Skip to content

Commit

Permalink
always test with latest stable
Browse files Browse the repository at this point in the history
binaries are already released with latest goreleaser, docker image uses alpine:go, both are latest stable go, so makes sense to always test with latest stable too
  • Loading branch information
jpillora committed Sep 28, 2024
1 parent 3208da3 commit ab8f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# optionally test/build across multiple platforms/Go-versions
go-version: ["1.22"] # '1.16', '1.17', '1.18,
go-version: ["stable"] # '1.16', '1.17', '1.18,
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit ab8f06a

Please sign in to comment.