Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Bump golang from 1.17.5-alpine to 1.17.6-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Jan 10, 2022
1 parent 4ebc851 commit 82bd15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.4
go-version: 1.17.6
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
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.17.5-alpine AS base
FROM golang:1.17.6-alpine AS base

# Build golang healthcheck binary
FROM base AS healthcheck
Expand Down

0 comments on commit 82bd15d

Please sign in to comment.