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 8e62c4a commit c5a1914Copy full SHA for c5a1914
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
docker:
6
# using custom image, see .circleci/images/primary/Dockerfile
7
- - image: golang:1.23.0
+ - image: golang:1.24.0
8
working_directory: /gopath/src/github.com/vcaesar/bitmap
9
steps:
10
- checkout
.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
11
12
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
0 commit comments