Skip to content

Commit dcec1ee

Browse files
authored
Merge pull request #1503 from mreiferson/build
*: update build versions
2 parents b28375d + 933e89b commit dcec1ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go: ["1.18.x", "1.19.x", "1.20.x"]
14+
go: ["1.21.x", "1.22.x", "1.23.x"]
1515
arch: ["amd64", "386"]
1616

1717
env:
@@ -35,9 +35,9 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737

38-
- uses: dominikh/[email protected].0
38+
- uses: dominikh/[email protected].1
3939
with:
40-
version: "2023.1.3"
40+
version: "2024.1.1"
4141
install-go: false
4242

4343
code-coverage:

0 commit comments

Comments
 (0)