We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c16e29 commit 996b810Copy full SHA for 996b810
.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
12
steps:
13
- - name: Set up Go 1.23.0
+ - name: Set up Go 1.24.0
14
uses: actions/setup-go@v1
15
with:
16
- go-version: 1.23.0
+ go-version: 1.24.0
17
id: go
18
19
- name: Check out code into the Go module directory
circle.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
build:
5
docker:
6
- - image: golang:1.23.0
+ - image: golang:1.24.0
7
working_directory: /gopath/src/github.com/vcaesar/cedar
8
9
- checkout
0 commit comments