Skip to content

Commit

Permalink
feat: update golang
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Nov 9, 2023
1 parent 4add2ee commit fbbe12a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.36.0
with:
install-go: true
go-version: "1.21.0"
go-version: "1.21.4"
lint-commands: |
make bootstrap-tools
make lintsec
Expand All @@ -20,7 +20,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.36.0
with:
install-go: true
go-version: "1.21.0"
go-version: "1.21.4"
lint-commands: |
make bootstrap-tools
make lint
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.36.0
with:
go-version: "1.21.0"
go-version: "1.21.4"
version: ${{ github.event.inputs.version }}
docker-platforms: linux/amd64,linux/arm64
docker-tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.36.0
with:
install-go: true
go-version: "1.21.0"
go-version: "1.21.4"
install-goreleaser: true
build-commands: make build
test-commands: make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.36.0
with:
install-go: true
go-version: '1.21.0'
go-version: '1.21.4'
scan-commands: snyk monitor
secrets:
token: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit fbbe12a

Please sign in to comment.