Skip to content

Commit e1ec372

Browse files
authored
Merge pull request #409 from gucio321/upgrade-go-to-1.24
mod: rquire latest golang 1.24.0
2 parents 88d4d3f + 25a09de commit e1ec372

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go environment
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.23.x'
21+
go-version: '1.24.x'
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/[email protected]

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go environment
4545
uses: actions/setup-go@v5
4646
with:
47-
go-version: '1.23.x'
47+
go-version: '1.24.x'
4848
- name: Checkout out source code
4949
uses: actions/checkout@v4
5050
with:

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/AllenDang/cimgui-go
22

3-
go 1.22.0
4-
5-
toolchain go1.23.1
3+
go 1.24.0
64

75
require github.com/hajimehoshi/ebiten/v2 v2.8.6
86

0 commit comments

Comments
 (0)