Skip to content

Commit 3265fd7

Browse files
authored
Merge pull request #177 from go-ego/en-pr
Update: bump CI
2 parents 82fc9e4 + ff26228 commit 3265fd7

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.19.x, 1.20.x]
8+
go: [1.20.x, 1.21.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
@@ -8,7 +8,7 @@ version: 2
88
jobs:
99
build:
1010
docker:
11-
- image: golang:1.20.1
11+
- image: golang:1.21.0
1212
working_directory: /gopath/src/github.com/go-ego/gse
1313
steps:
1414
- checkout

0 commit comments

Comments
 (0)