1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-21 15:45:39 +00:00

github: update golang version used for lint test

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-10-21 14:40:07 +00:00
parent 18eabcdcca
commit 26344cb0e1
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20']
go: ['1.22']
name: Linting
steps: