We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10459e0 commit bbeab71Copy full SHA for bbeab71
.github/workflows/go.yml
@@ -5,7 +5,7 @@ jobs:
5
# name: build
6
strategy:
7
matrix:
8
- go: [1.20.x, 1.21.x]
+ go: [1.21.x, 1.22.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.21.0
+ - image: golang:1.22.0
12
working_directory: /gopath/src/github.com/go-ego/gse
13
steps:
14
- checkout
0 commit comments