We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9bd33 commit eab8f06Copy full SHA for eab8f06
1 file changed
.github/workflows/go.yml
@@ -10,15 +10,15 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macOS-latest, windows-latest]
13
- go: ['1.17.x', '1.25.x']
+ go: ['1.17.x', '1.26.x']
14
15
steps:
16
17
- name: Check out code into the Go module directory
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
20
- name: Set up Go ${{ matrix.go }}
21
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
22
with:
23
go-version: ${{ matrix.go }}
24
id: go
0 commit comments