Skip to content

Commit

Permalink
build(deps): bump golang from 1.20.4-alpine to 1.20.5-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.4-alpine to 1.20.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
dependabot[bot] authored and jalseth committed Jun 12, 2023
1 parent 1f00a2e commit 5cc6d56
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 @@ -37,7 +37,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.20.4"
go-version: "1.20.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 @@ -35,7 +35,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.20.4"
go-version: "1.20.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.20.4-alpine as base
FROM golang:1.20.5-alpine as base
ARG TARGETARCH
ARG VERSION
ARG COMMIT
Expand Down

0 comments on commit 5cc6d56

Please sign in to comment.