Skip to content

Commit fd84943

Browse files
committed
go version in CI/CD
go versions for CI/CD pipeline should be now 1.20 - 1.18 ( https://endoflife.date/go )
1 parent 0f9f246 commit fd84943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [ '1.16', '1.17', '1.18', '1.19' ]
22+
go-version: ['1.18', '1.19', '1.20']
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424
env:
2525
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)