Skip to content

Commit

Permalink
ci: test go118 (#130)
Browse files Browse the repository at this point in the history
* ci: test go118

Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>

* ci: test go118 - lint

Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
  • Loading branch information
grant authored Jun 8, 2022
1 parent 2379ce1 commit 510d41c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13, 1.14, 1.15, 1.16]
go-version: [1.13, 1.16, 1.18]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.13, 1.14, 1.15, 1.16]
go: [1.13, 1.16, 1.18]
os: [ubuntu-latest, macos-latest] # windows-latest doesn't support find -wholename
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.13, 1.14, 1.15, 1.16]
go: [1.13, 1.16, 1.18]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout code
Expand Down

0 comments on commit 510d41c

Please sign in to comment.