Skip to content

Commit 5ffd590

Browse files
committed
ci: upgrade actions/setup-go and add more Go versions
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent f0230b8 commit 5ffd590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.21', '1.22', '1.23' ]
8+
go: [ '1.21', '1.22', '1.23', '1.24', '1.25' ]
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
fail-fast: false
1111

@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup Go
18-
uses: actions/setup-go@v1
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- name: Run tests

0 commit comments

Comments
 (0)