Skip to content

Commit

Permalink
ci: bump go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whereswaldon committed Dec 23, 2022
1 parent 7408350 commit 059e533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: format
run: ./hack/check-format.sh
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.15', '1.16', '1.17' ]
go: [ '1.18', '1.19']
steps:
- uses: actions/checkout@v2

Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
go: [ '1.16' ]
go: [ '1.18' ]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: macos-10.15
strategy:
matrix:
go: [ '1.16' ]
go: [ '1.18' ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 059e533

Please sign in to comment.