We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19c12a commit 1cfee5fCopy full SHA for 1cfee5f
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: '1.20'
+ go-version: '>=1.23.2'
20
21
- name: Build
22
run: go build -v ./...
0 commit comments