Skip to content

Commit 05afc83

Browse files
committed
Update: update go mod and CI
1 parent 7c9b6b6 commit 05afc83

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/vcaesar/cedar
22

33
go 1.17
44

5-
require github.com/vcaesar/tt v0.20.0
5+
require github.com/vcaesar/tt v0.20.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

0 commit comments

Comments
 (0)