We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 627fa87 + e6d0485 commit 82da8d7Copy full SHA for 82da8d7
.github/workflows/go.yml
@@ -5,7 +5,7 @@ jobs:
5
# name: build
6
strategy:
7
matrix:
8
- go: [1.22.x, 1.23.x]
+ go: [1.23.x, 1.24.x]
9
os: [macOS-latest, windows-latest, ubuntu-latest]
10
runs-on: ${{ matrix.os }}
11
circle.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
build:
docker:
- - image: golang:1.23.0
+ - image: golang:1.24.0
working_directory: /gopath/src/github.com/go-ego/gse
steps:
- checkout
0 commit comments