Skip to content

Commit

Permalink
bump workflow to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed May 4, 2022
1 parent b922cf4 commit 948fb96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x

# Cache go mod cache
- name: Go Mod Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov-coverage-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
coverage-reporter:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 948fb96

Please sign in to comment.