Skip to content

Commit 3923cd1

Browse files
authored
cicd: upgraded github actions and target go versions (#69)
1 parent 680a07e commit 3923cd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
gover: ['~1.18', '~1.19', '~1.20', '~1.21', '~1.22', '~1.23', '~1.24']
15+
gover: ['~1.18', '~1.19', '~1.20', '~1.21', '~1.22', '~1.23', '~1.24', '~1.25']
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.gover }}
2424

0 commit comments

Comments
 (0)