Skip to content

Commit

Permalink
build(deps): update golang to v1.18.5 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 1, 2022
1 parent 3ab3d27 commit fc2c87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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.4
go-version: 1.18.5

- name: Set up Go mod cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
with:
# renovate: datasource=docker depName=golang
go-version: 1.18.4
go-version: 1.18.5

- name: Set up Go mod cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
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.4-alpine@sha256:9b2a2799435823dbf6fef077a8ff7ce83ad26b382ddabf22febfc333926400e4 AS build
FROM --platform="${BUILDPLATFORM}" golang:1.18.5-alpine@sha256:dda10a0c69473a595ab11ed3f8305bf4d38e0436b80e1462fb22c9d8a1c1e808 AS build

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

0 comments on commit fc2c87e

Please sign in to comment.