Skip to content

Commit ab8f06a

Browse files
committed
always test with latest stable
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
1 parent 3208da3 commit ab8f06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# optionally test/build across multiple platforms/Go-versions
15-
go-version: ["1.22"] # '1.16', '1.17', '1.18,
15+
go-version: ["stable"] # '1.16', '1.17', '1.18,
1616
platform: [ubuntu-latest, macos-latest, windows-latest]
1717
runs-on: ${{ matrix.platform }}
1818
steps:

0 commit comments

Comments
 (0)