Skip to content

Commit cede004

Browse files
committed
Updated Go version to 1.23 in Github jobs
1 parent 2066264 commit cede004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go: [ '1.22' ]
13+
go: [ '1.23' ]
1414
os: [ windows-latest, macos-latest, ubuntu-latest ]
1515
runs-on: ${{ matrix.os }}
1616
name: ${{ matrix.go }}/${{ matrix.os }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/[email protected]
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.23'
2828

2929
- name: Login to Github container registry
3030
uses: docker/login-action@v3

0 commit comments

Comments
 (0)