Skip to content

Commit

Permalink
chore(deps): update module go to 1.17 (#2831)
Browse files Browse the repository at this point in the history
* chore(deps): update module go to 1.19

* Move to only supporting 1.17+

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
  • Loading branch information
renovate[bot] and johanbrandhorst committed Aug 6, 2022
1 parent 566f811 commit 820b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x]
go-version: [1.17.x, 1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 820b926

Please sign in to comment.