We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a6a7e commit 5494a38Copy full SHA for 5494a38
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v4
29
with:
30
- go-version: '1.20'
+ go-version: '1.23'
31
32
- name: Build
33
run: go build -v ./...
0 commit comments