Skip to content

Commit

Permalink
Merge pull request #41 from moul/dev/moul/gotidy
Browse files Browse the repository at this point in the history
chore: go tidy + bump CI's go version
  • Loading branch information
moul authored Mar 30, 2021
2 parents 6d5f0da + f9f8420 commit bd85ec8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 21 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# - name: Set up Go
# uses: actions/setup-go@v2
# with:
# go-version: 1.15.x
# go-version: 1.16.x
# - name: Cache Go modules
# uses: actions/cache@v1
# with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
golang:
- 1.15.x
- 1.16.x
steps:
- uses: actions/checkout@v2
- name: Install Go
Expand All @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
golang:
- 1.15.x
- 1.16.x
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -132,6 +132,7 @@ jobs:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down
11 changes: 8 additions & 3 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 20 additions & 15 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd85ec8

Please sign in to comment.