Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #30 from Tenzer/go-1.16
Browse files Browse the repository at this point in the history
Upgrade Go version to version 1.16
  • Loading branch information
winebarrel authored Apr 15, 2021
2 parents b4ff6c3 + 7a76ebc commit 43799a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.5
1.16.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: required
language: go

go:
- "1.11.x"
- "1.16.x"

env:
- DB=mysql:5.6 DB_EXTRA=''
Expand Down
Loading

0 comments on commit 43799a8

Please sign in to comment.