Skip to content

Commit ee60408

Browse files
committed
Bump to go 1.23
1 parent c271ea1 commit ee60408

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.23'
1919

2020
- name: Check out code into the Go module directory
2121
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.x
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.20'
17+
go-version: '1.23'
1818

1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)