Skip to content

Commit

Permalink
use go1.16 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi authored Apr 23, 2021
1 parent fcefd02 commit 145bc26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.14'
go-version: '1.16'
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ brews:
homepage: "https://github.com/goodwithtech/dockertags"
description: "a CLI tool for fetching container image tags."
test: |
system "#{bin}/program --version"
system "#{bin}/dockertags --version"
dockers:
- image_templates:
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.13-alpine AS builder
FROM golang:1.16-alpine AS builder
COPY go.mod go.sum /app/
WORKDIR /app/
RUN apk --no-cache add git
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/goodwithtech/dockertags

go 1.13
go 1.16

replace github.com/docker/cli => github.com/docker/cli v0.0.0-20180920165730-54c19e67f69c

Expand Down

0 comments on commit 145bc26

Please # to comment.