Skip to content

Commit 82da8d7

Browse files
authored
Merge pull request #194 from go-ego/en-pr
Update: update go CI
2 parents 627fa87 + e6d0485 commit 82da8d7

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
@@ -5,7 +5,7 @@ jobs:
55
# name: build
66
strategy:
77
matrix:
8-
go: [1.22.x, 1.23.x]
8+
go: [1.23.x, 1.24.x]
99
os: [macOS-latest, windows-latest, ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: golang:1.23.0
6+
- image: golang:1.24.0
77
working_directory: /gopath/src/github.com/go-ego/gse
88
steps:
99
- checkout

0 commit comments

Comments
 (0)