Skip to content

Commit 22d21f0

Browse files
committed
Update github actions
1 parent 1e06d3d commit 22d21f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apidiff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1515
with:
16-
go-version: 1.23.x
16+
go-version: 1.24.x
1717
- name: Add GOBIN to PATH
1818
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
1919
- name: Install dependencies

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
version: [ '1.18', '1.19', '1.20', '1.21.0-rc.4' ]
12+
version: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24' ]
1313
platform: [ ubuntu-latest, macos-latest, windows-latest ]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)