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 82fc9e4 + ff26228 commit 3265fd7Copy full SHA for 3265fd7
.github/workflows/go.yml
@@ -5,7 +5,7 @@ jobs:
5
# name: build
6
strategy:
7
matrix:
8
- go: [1.19.x, 1.20.x]
+ go: [1.20.x, 1.21.x]
9
os: [macOS-latest, windows-latest, ubuntu-latest]
10
runs-on: ${{ matrix.os }}
11
circle.yml
@@ -8,7 +8,7 @@ version: 2
jobs:
build:
docker:
- - image: golang:1.20.1
+ - image: golang:1.21.0
12
working_directory: /gopath/src/github.com/go-ego/gse
13
steps:
14
- checkout
0 commit comments