Skip to content

Commit

Permalink
Merge pull request #187 from go-ego/en-pr
Browse files Browse the repository at this point in the history
Update: bump CI to newest
  • Loading branch information
vcaesar authored Feb 23, 2024
2 parents 10459e0 + bbeab71 commit 9c58c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
# name: build
strategy:
matrix:
go: [1.20.x, 1.21.x]
go: [1.21.x, 1.22.x]
os: [macOS-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.21.0
- image: golang:1.22.0
working_directory: /gopath/src/github.com/go-ego/gse
steps:
- checkout
Expand Down

0 comments on commit 9c58c18

Please sign in to comment.