Skip to content

Commit 9813cdb

Browse files
authored
Merge pull request #5 from sd416/1.3
Updating to go 1.23
2 parents 84c359c + 03f4858 commit 9813cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20'
22+
go-version: '1.23'
2323

2424
- name: Build
2525
run: go build -v ./...

.github/workflows/release.yml

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/setup-go@v4
2626
with:
27-
go-version: "1.20" # Adjust Go version as per requirement
27+
go-version: "1.23" # Adjust Go version as per requirement
2828

2929
- name: Build Go Binary
3030
run: |

0 commit comments

Comments
 (0)