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:
parent
18eabcdcca
commit
26344cb0e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.20']
|
||||
go: ['1.22']
|
||||
|
||||
name: Linting
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue