We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4fe4f + abb5937 commit d4aaa8bCopy full SHA for d4aaa8b
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
go-version:
39
- - 1.22.x
+ - 1.22.12
40
sys:
41
- {os: ubuntu-latest}
42
- {os: macos-13, shell: zsh}
@@ -410,7 +410,6 @@ jobs:
410
merge-multiple: true
411
412
- name: Scan for CVEs
413
- if: runner.os == 'Linux'
414
uses: aquasecurity/[email protected]
415
env:
416
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
go.mod
@@ -1,8 +1,6 @@
1
module github.com/ActiveState/cli
2
3
-go 1.22.5
4
-
5
-toolchain go1.23.1
+go 1.22.12
6
7
require (
8
github.com/99designs/gqlgen v0.17.54
version.txt
@@ -1 +1 @@
-0.47.0-RC1
+0.47.0-RC3
0 commit comments