Skip to content

Commit 2318148

Browse files
use go 1.21
Signed-off-by: Vikrant Puppala <[email protected]>
1 parent 6db8ff3 commit 2318148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go Toolchain
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.20.x'
21+
go-version: '1.21.x'
2222
cache: false
2323

2424
- name: Lint
@@ -29,7 +29,7 @@ jobs:
2929
name: Test and Build
3030
strategy:
3131
matrix:
32-
go-version: [1.20.x]
32+
go-version: [1.21.x]
3333
os: [ubuntu-latest]
3434
runs-on: ${{ matrix.os }}
3535

0 commit comments

Comments
 (0)