Skip to content

Commit 87372ff

Browse files
committed
Updated ci workflows to use go 1.21
1 parent d3b449e commit 87372ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: [1.17.x]
15+
go-version: [1.21.x]
1616
os: [ubuntu-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.17
24+
go-version: 1.21
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)