Skip to content

Commit 996b810

Browse files
committed
Update: update go CI
1 parent 1c16e29 commit 996b810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.23.0
13+
- name: Set up Go 1.24.0
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.23.0
16+
go-version: 1.24.0
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.23.0
6+
- image: golang:1.24.0
77
working_directory: /gopath/src/github.com/vcaesar/cedar
88
steps:
99
- checkout

0 commit comments

Comments
 (0)