Skip to content

Commit

Permalink
Update Go version for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dude333 committed Feb 20, 2024
1 parent eac8010 commit d0d1de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-lint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.16']
go: ['1.21.1']
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go_version: [ 1.16.x ]
go_version: [ 1.21.x ]

runs-on: ubuntu-latest

Expand Down

0 comments on commit d0d1de8

Please sign in to comment.