Skip to content

Commit

Permalink
Bump Go to v1.18.5 (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth committed Aug 12, 2022
1 parent 3aada8c commit 8ba562b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.18.4"
go-version: "1.18.5"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.18.4"
go-version: "1.18.5"

- name: release
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.4-alpine as base
FROM golang:1.18.5-alpine as base
ARG ARCH=amd64
ARG VERSION
ARG COMMIT
Expand Down

0 comments on commit 8ba562b

Please sign in to comment.