Skip to content

Commit

Permalink
Merge pull request #32 from moul/dependabot/go_modules/moul.io/u-1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored May 27, 2021
2 parents 55b8dd5 + 72731ad commit 62cb8de
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 30 deletions.
19 changes: 7 additions & 12 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.1
# go-version: 1.16.x
# - name: Cache Go modules
# uses: actions/cache@v1
# with:
Expand Down Expand Up @@ -73,11 +73,7 @@ jobs:
strategy:
matrix:
golang:
#- 1.11.13
#- 1.12.17
#- 1.13.15
#- 1.14.7
- 1.15.1
- 1.16.x
steps:
- uses: actions/checkout@v2.3.4
- name: Install Go
Expand All @@ -93,7 +89,7 @@ jobs:
strategy:
matrix:
golang:
- 1.15
- 1.16.x
env:
OS: macos-latest
GOLANG: ${{ matrix.golang }}
Expand Down Expand Up @@ -133,11 +129,10 @@ jobs:
strategy:
matrix:
golang:
- 1.11.13
- 1.12.17
- 1.13.15
- 1.14.7
- 1.15.1
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
env:
OS: ubuntu-latest
GOLANG: ${{ matrix.golang }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: steps.semantic.outputs.new-release-published == 'true'
uses: actions/setup-go@v2
with:
go-version: 1.15.1
go-version: 1.16.x
#-
# name: Cache Go modules
# if: steps.semantic.outputs.new-release-published == 'true'
Expand Down
6 changes: 3 additions & 3 deletions go.mod

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

38 changes: 24 additions & 14 deletions go.sum

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

0 comments on commit 62cb8de

Please sign in to comment.