Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #114 from thepwagner/action-update-go/main/golang
Browse files Browse the repository at this point in the history
Update golang from 1.16.5 to 1.16.6
  • Loading branch information
thepwagner authored Jul 14, 2021
2 parents ac0c546 + a5c3770 commit af456eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.16.5'
go-version: '1.16.6'
- run: script/test
- run: script/lint
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.16.5'
go-version: '1.16.6'
- uses: thepwagner/action-update-go@main
with:
log_level: debug
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.16.5 AS builder
FROM golang:1.16.6 AS builder

WORKDIR /app
COPY go.mod /app
Expand Down

0 comments on commit af456eb

Please sign in to comment.