Skip to content

Commit

Permalink
chore: update version go and remove workflow cla
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Jul 5, 2024
1 parent 98e7e29 commit 9525d3c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 45 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/cla.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.22.4
image: golang:1.22.5
outputs:
binver: ${{ steps.binversion.outputs.BIN_VERSION }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.22.4
image: golang:1.22.5
env:
CGO_ENABLED: 0 # Statically linked

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.22.4
image: golang:1.22.5
env:
CGO_ENABLED: 0 # Statically linked

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Package Auditor (GoVulnCheck)
runs-on: ubuntu-latest
container:
image: golang:1.22.4
image: golang:1.22.5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.22
image: golang:1.22.5

steps:
- name: Setting GIT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_vulcan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.22.4
image: golang:1.22.5
env:
CGO_ENABLED: 0 # Statically linked

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aziontech/azion-cli

go 1.22.4
go 1.22.5

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit 9525d3c

Please sign in to comment.