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 75f71bb commit bb7a6c6Copy full SHA for bb7a6c6
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ go-version: '1.23.6'
23
24
- name: Build
25
run: go build -v ./...
0 commit comments