Skip to content

Commit

Permalink
Update: bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Aug 22, 2023
1 parent 7f9f6b7 commit ff26228
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.19.x, 1.20.x]
go: [1.20.x, 1.21.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.20.1
- image: golang:1.21.0
working_directory: /gopath/src/github.com/go-ego/gse
steps:
- checkout
Expand Down

0 comments on commit ff26228

Please sign in to comment.