Skip to content

Commit

Permalink
Update: update go mod and CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Aug 22, 2024
1 parent bbeab71 commit 5778c84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 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.21.x, 1.22.x]
go: [1.22.x, 1.23.x]
os: [macOS-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
8 changes: 1 addition & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# circle.yml #
# machine:
# go:
# version: 1.9.1

version: 2

jobs:
build:
docker:
- image: golang:1.22.0
- image: golang:1.23.0
working_directory: /gopath/src/github.com/go-ego/gse
steps:
- checkout
# specify any bash command here prefixed with `run: `
# - run: go get -u github.com/go-ego/cedar
# - run: go get -u github.com/go-ego/gse
- run: go get -v -t -d ./...
- run: go test -v ./...
# codecov.io
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/go-ego/gse
go 1.17

require (
github.com/vcaesar/cedar v0.20.1
github.com/vcaesar/tt v0.20.0
github.com/vcaesar/cedar v0.20.2
github.com/vcaesar/tt v0.20.1
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/vcaesar/cedar v0.20.1 h1:cDOmYWdprO7ZW8cngJrDi8Zivnscj9dA/y8Y+2SB1P0=
github.com/vcaesar/cedar v0.20.1/go.mod h1:iMDweyuW76RvSrCkQeZeQk4iCbshiPzcCvcGCtpM7iI=
github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA=
github.com/vcaesar/tt v0.20.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
github.com/vcaesar/cedar v0.20.2 h1:TDx7AdZhilKcfE1WvdToTJf5VrC/FXcUOW+KY1upLZ4=
github.com/vcaesar/cedar v0.20.2/go.mod h1:lyuGvALuZZDPNXwpzv/9LyxW+8Y6faN7zauFezNsnik=
github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4=
github.com/vcaesar/tt v0.20.1/go.mod h1:cH2+AwGAJm19Wa6xvEa+0r+sXDJBT0QgNQey6mwqLeU=

0 comments on commit 5778c84

Please sign in to comment.