Skip to content

Commit

Permalink
ci: rollout go 1.18 in favor of go 1.21 (#7)
Browse files Browse the repository at this point in the history
removed CGOCHECK as it is unavailable in go 1.21

Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness authored Oct 6, 2023
1 parent 7cb513f commit 9cd9271
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ on:
- main
env:
DD_APPSEC_WAF_TIMEOUT: 5s
GODEBUG: cgocheck=2 # highest level of run-time cgo checks
jobs:
native:
strategy:
matrix:
runs-on: [ macos-13, macos-12, macos-11, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, windows-latest ]
go-version: [ "1.20", "1.19", "1.18" ]
go-version: [ "1.21", "1.20", "1.19" ]
cgo_enabled: # test it compiles with and without cgo
- 0
- 1
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
image: golang:${{ matrix.go-version }}-${{ matrix.distribution }}
strategy:
matrix:
go-version: [ "1.20", "1.19", "1.18" ]
go-version: [ "1.21", "1.20", "1.19" ]
distribution: [ bullseye, buster, alpine ]
cgo_enabled: # test it compiles with and without cgo
- 0
Expand Down

0 comments on commit 9cd9271

Please sign in to comment.