Skip to content

Commit

Permalink
build: update to golang 1.18.3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Jun 17, 2022
1 parent 811824a commit 951230b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.16.0
with:
go-version: 1.18.2
go-version: 1.18.3
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
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.18.2'
go-version: '1.18.3'

- name: Set up QEMU
id: qemu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.16.0
with:
install-go: true
go-version: '1.18.2'
go-version: '1.18.3'
scan-commands: snyk monitor
secrets:
token: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 951230b

Please sign in to comment.