Skip to content

Commit

Permalink
build(deps): update golang to v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2022
1 parent f4b67d2 commit ec1fae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
with:
# renovate: datasource=docker depName=golang
go-version: 1.18.3
go-version: 1.18.4

- name: Set up Go mod cache
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="${BUILDPLATFORM}" golang:1.18.3-alpine@sha256:7cc62574fcf9c5fb87ad42a9789d5539a6a085971d58ee75dd2ee146cb8a8695 AS build
FROM --platform="${BUILDPLATFORM}" golang:1.18.4-alpine@sha256:5109709397dcb4d2fc4df426dc3a534d7fa95c455a8d5ba162c2d19f8a8d81db AS build

# renovate: datasource=go depName=github.com/prometheus/promu
ARG PROMU_VERSION=v0.13.0
Expand Down

0 comments on commit ec1fae2

Please sign in to comment.