Skip to content

Commit

Permalink
Merge pull request #60 from github/simon-engledew/bump-go
Browse files Browse the repository at this point in the history
Update go 1.14.7 -> 1.14.15
  • Loading branch information
simon-engledew authored Apr 27, 2021
2 parents d1182c8 + 5754bb5 commit 94d27c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Install Pkger
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
- name: Build
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Test
run: go test ./...

Expand All @@ -50,7 +50,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Build
run: go build
- name: Test
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Check Modules
run: |
go mod tidy
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Setup licensedci
uses: jonabc/setup-licensed@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.7
go-version: 1.14.15
- name: Install Pkger
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
- name: Release
Expand Down

0 comments on commit 94d27c6

Please sign in to comment.