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

Commit

Permalink
Merge pull request #11 from hibare/dev
Browse files Browse the repository at this point in the history
Bump golang from 1.17.6 to 1.17.7
  • Loading branch information
hibare committed Feb 25, 2022
2 parents 9944046 + f029cee commit 76e07a6
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.6
go-version: 1.17.7
- 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.6-alpine AS base
FROM golang:1.17.7-alpine AS base

# Build golang healthcheck binary
FROM base AS healthcheck
Expand Down

0 comments on commit 76e07a6

Please sign in to comment.