Skip to content

Commit

Permalink
Bump go version to 1.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Apr 10, 2022
1 parent 43e49ac commit 0fa8290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: [push, pull_request]

env:
GO_VERSION: 1.15.6
GO_VERSION: 1.17.8

jobs:
git-describe:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.15
ARG GO_VERSION=1.17.8
ARG TARGET=alpine:3.9

FROM golang:${GO_VERSION}-alpine AS builder
Expand Down

0 comments on commit 0fa8290

Please sign in to comment.