Skip to content

Commit

Permalink
feat: update to golang@1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Mar 29, 2022
1 parent 6778416 commit 90c74ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.10.0
with:
go-version: 1.17
go-version: 1.18.0
version: ${{ github.event.inputs.version }}
docker-platforms: linux/amd64,linux/arm64
docker-tags: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17.8'
go-version: '1.18.0'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17.8'
go-version: '1.18.0'

- name: Set up QEMU
id: qemu
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17.8'
go-version: '1.18.0'

- name: Set up QEMU
id: qemu
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 @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17.8'
go-version: '1.18.0'
- name: Setup Node
uses: actions/setup-node@v3.0.0
with:
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/ckotzbauer/access-manager

go 1.17
go 1.18

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit 90c74ed

Please sign in to comment.