mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-21 23:55: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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.20']
|
go: ['1.22']
|
||||||
|
|
||||||
name: Linting
|
name: Linting
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue