Skip to content

Commit

Permalink
Update Go to v1.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Apr 7, 2022
1 parent 90e18a8 commit f7d7bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.17.8
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.6
1.17.8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG TERRAFORM_VERSION=latest
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform

FROM golang:1.17.6-alpine3.15
FROM golang:1.17.8-alpine3.15
RUN apk --no-cache add make git bash curl

# Install terraform
Expand Down

0 comments on commit f7d7bf0

Please sign in to comment.