Skip to content

Commit

Permalink
Merge pull request #108 from KeisukeYamashita/upgrade-go-v1.16
Browse files Browse the repository at this point in the history
Upgrade Go to 1.16
  • Loading branch information
KeisukeYamashita committed Jun 27, 2021
2 parents 96656d3 + 2bec105 commit a5dac88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- run: go test -v ./...
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Go Server Binary
FROM golang:1.13
FROM golang:1.16
LABEL MAINTAINER=KeisukeYamashita

ENV GO111MODULE on
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Biko is released under the Apache License 2.0.

<!-- badge links -->
[go]: https://golang.org/dl
[go-badge]: https://img.shields.io/badge/Go-1.13-blue
[go-badge]: https://img.shields.io/badge/Go-1.16-blue

[godoc]: https://godoc.org/github.com/KeisukeYamashita/biko
[godoc-badge]: https://img.shields.io/badge/godoc.org-reference-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require (
gopkg.in/ini.v1 v1.48.0 // indirect
)

go 1.13
go 1.16

0 comments on commit a5dac88

Please sign in to comment.