Skip to content

Commit 748ca3c

Browse files
committed
github/workflows: update golang versions for the build and lint runners
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
1 parent e93e901 commit 748ca3c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ['1.18', '1.19', '1.20', '1.21', '1.22']
12+
go: ['1.22']
13+
#go: ['1.22', '1.23', '1.24', '1.25', '1.26']
1314

1415
name: build and vet
1516
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ['1.22']
12+
go: ['1.23']
1313

1414
name: Linting
1515
steps:

0 commit comments

Comments
 (0)