Skip to content

Commit bbc2f21

Browse files
authored
Add go 1.21 build/testing to github workflow (#457)
1 parent a926d97 commit bbc2f21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.20'
16+
go-version: '1.21'
1717
cache: false
1818
- uses: actions/checkout@v3
1919
- name: golangci-lint

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
go: [
13+
'1.21',
1314
'1.20',
1415
'1.19',
1516
'1.18',

0 commit comments

Comments
 (0)