Skip to content

Commit

Permalink
build(mod): support go version 1.15+
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Sep 19, 2021
1 parent 2500a97 commit 7b36944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest]
# platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
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/boxgo/box

go 1.16
go 1.15

require (
github.com/BurntSushi/toml v0.3.1
Expand Down

0 comments on commit 7b36944

Please sign in to comment.