We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88d4d3f + 25a09de commit e1ec372Copy full SHA for e1ec372
.github/workflows/golangci-lint.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go environment
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '1.23.x'
+ go-version: '1.24.x'
22
- uses: actions/checkout@v4
23
- name: golangci-lint
24
uses: golangci/[email protected]
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
- name: Checkout out source code
49
uses: actions/checkout@v4
50
go.mod
@@ -1,8 +1,6 @@
1
module github.com/AllenDang/cimgui-go
2
3
-go 1.22.0
4
-
5
-toolchain go1.23.1
+go 1.24.0
6
7
require github.com/hajimehoshi/ebiten/v2 v2.8.6
8
0 commit comments