Skip to content

Commit 19fcc71

Browse files
authored
Merge pull request #3638 from ActiveState/mitchell/dx-3221
Ensure building with Go 1.22.x on CI.
2 parents 1d72890 + 6fca2e8 commit 19fcc71

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ jobs:
410410
merge-multiple: true
411411

412412
- name: Scan for CVEs
413-
if: runner.os == 'Linux'
414413
uses: aquasecurity/[email protected]
415414
env:
416415
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/ActiveState/cli
22

3-
go 1.22.5
4-
5-
toolchain go1.23.1
3+
go 1.22.11
64

75
require (
86
github.com/99designs/gqlgen v0.17.54

0 commit comments

Comments
 (0)