Skip to content

Commit

Permalink
Merge pull request #11 from yuuki/go114
Browse files Browse the repository at this point in the history
Go version 1.14.0
  • Loading branch information
yuuki authored Feb 26, 2020
2 parents 80280ec + 8f19925 commit 3b12b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.14.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.3
1.14.0
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.3
FROM golang:1.14.0

ENV PKG github.com/yuuki/transtracer
WORKDIR /go/src/$PKG
Expand Down

0 comments on commit 3b12b60

Please sign in to comment.