Skip to content

Commit

Permalink
Merge pull request #1503 from mreiferson/build
Browse files Browse the repository at this point in the history
*: update build versions
  • Loading branch information
mreiferson authored Nov 18, 2024
2 parents b28375d + 933e89b commit dcec1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18.x", "1.19.x", "1.20.x"]
go: ["1.21.x", "1.22.x", "1.23.x"]
arch: ["amd64", "386"]

env:
Expand All @@ -35,9 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dominikh/[email protected].0
- uses: dominikh/[email protected].1
with:
version: "2023.1.3"
version: "2024.1.1"
install-go: false

code-coverage:
Expand Down

0 comments on commit dcec1ee

Please sign in to comment.