Skip to content

Commit

Permalink
go version in CI/CD
Browse files Browse the repository at this point in the history
go versions for CI/CD pipeline should be now 1.20 - 1.18 ( https://endoflife.date/go )
  • Loading branch information
JaSei committed Aug 3, 2023
1 parent 0f9f246 commit fd84943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ '1.16', '1.17', '1.18', '1.19' ]
go-version: ['1.18', '1.19', '1.20']
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit fd84943

Please sign in to comment.