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

Commit

Permalink
Upgrade Go to 1.16.4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn authored May 28, 2021
1 parent fe15338 commit ae0e38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- "1.15.6"
- "1.16.4"
script:
- go build ./...
- go test ./...
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.15.6 as builder
FROM golang:1.16.4 as builder
WORKDIR /src
ENV CGO_ENABLED=0
ENV GOOS=linux
Expand Down

0 comments on commit ae0e38e

Please sign in to comment.