Skip to content

Commit

Permalink
.github/workflows: run smoke tests on latest Go 1.23 release candidate (
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio authored Jun 28, 2024
1 parent 27d60de commit bdc072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
matrix:
# TODO: cross-compilation from/to different hardware architectures once
# github provides native ARM runners.
go: [ "1.21", "1.22" ]
go: [ "1.21", "1.22", "1.23-rc" ]
build-env: [ alpine, bookworm, bullseye ]
build-with-cgo: [ 0, 1 ]
deployment-env: [ alpine, debian11, debian12, al2, al2023, busybox, scratch ]
Expand Down

0 comments on commit bdc072c

Please sign in to comment.