Go v1.20 in GH action

This commit is contained in:
Michael Bumann
2024-06-17 21:26:35 +03:00
committed by GitHub
parent a7e0ab1d03
commit 8716b62e1c

View File

@@ -8,7 +8,7 @@ jobs:
name: Build and publish binaries
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.20.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps: