Skip to content

Commit

Permalink
Merge pull request #87 from vshn/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.17
  • Loading branch information
simu authored Sep 10, 2021
2 parents 2937e93 + c0263ca commit 69afff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.16' ]
go: [ '1.15', '1.16', '1.17' ]
name: Go get with Go ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#####################
# STEP 1 build binary
#####################
FROM golang:1.16 as builder
FROM golang:1.17 as builder

ARG BINARY_VERSION

Expand Down

0 comments on commit 69afff9

Please sign in to comment.