Skip to content

Commit bbeab71

Browse files
committed
Update: bump CI to newest
1 parent 10459e0 commit bbeab71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
# name: build
66
strategy:
77
matrix:
8-
go: [1.20.x, 1.21.x]
8+
go: [1.21.x, 1.22.x]
99
os: [macOS-latest, windows-latest, ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
jobs:
99
build:
1010
docker:
11-
- image: golang:1.21.0
11+
- image: golang:1.22.0
1212
working_directory: /gopath/src/github.com/go-ego/gse
1313
steps:
1414
- checkout

0 commit comments

Comments
 (0)