We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e10f5 commit b235f99Copy full SHA for b235f99
.github/workflows/go-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v3
24
with:
25
- go-version: '1.20'
+ go-version: '1.24'
26
check-latest: true
27
28
- name: Build (amd64)
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
.github/workflows/go.yml
@@ -18,8 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
go:
21
- - '1.19'
- - '1.20'
+ - '1.24'
name: Go ${{ matrix.go }} tests
steps:
0 commit comments