Skip to content

Commit d4aaa8b

Browse files
authored
Merge pull request #3648 from ActiveState/beta
v0.47.0 > Release
2 parents 7a4fe4f + abb5937 commit d4aaa8b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
go-version:
39-
- 1.22.x
39+
- 1.22.12
4040
sys:
4141
- {os: ubuntu-latest}
4242
- {os: macos-13, shell: zsh}
@@ -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.12
64

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.0-RC1
1+
0.47.0-RC3

0 commit comments

Comments
 (0)