File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ${{ matrix.os }}
1111
1212 steps :
13- - name : Set up Go 1.19
13+ - name : Set up Go 1.22
1414 uses : actions/setup-go@v1
1515 with :
16- go-version : 1.19
16+ go-version : 1.22
1717 id : go
1818
1919 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33jobs :
44 build :
55 docker :
6- - image : golang:1.19.3
6+ - image : golang:1.22.4
77 working_directory : /gopath/src/github.com/vcaesar/cedar
88 steps :
99 - checkout
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/vcaesar/cedar
22
33go 1.17
44
5- require github.com/vcaesar/tt v0.20.0
5+ require github.com/vcaesar/tt v0.20.1
Original file line number Diff line number Diff line change 1- github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA =
2- github.com/vcaesar/tt v0.20.0 /go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg =
1+ github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4 =
2+ github.com/vcaesar/tt v0.20.1 /go.mod h1:cH2+AwGAJm19Wa6xvEa+0r+sXDJBT0QgNQey6mwqLeU =
You can’t perform that action at this time.
0 commit comments