Skip to content

Commit

Permalink
bump go-version to 1.19.x in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 24, 2023
1 parent 1ed4b00 commit 8ef36de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x]
os: [ubuntu-latest, macos-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit 8ef36de

Please sign in to comment.