Skip to content

Commit 7770c0c

Browse files
committed
deps: update to Go 1.23.6
Signed-off-by: Jacob Howard <[email protected]>
1 parent c7673a4 commit 7770c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-go@v5
3333
with:
34-
go-version: '1.23.2'
34+
go-version: '1.23.6'
3535
- name: "Install sha256sum"
3636
run: brew install coreutils
3737
- run: scripts/ci/setup_go.sh
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- uses: actions/setup-go@v5
7474
with:
75-
go-version: '1.23.2'
75+
go-version: '1.23.6'
7676
- run: scripts/ci/setup_go.sh
7777
- run: scripts/ci/analyze.sh
7878
- run: scripts/ci/test.sh
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
- uses: actions/setup-go@v5
8787
with:
88-
go-version: '1.23.2'
88+
go-version: '1.23.6'
8989
- run: scripts/ci/setup_go.sh
9090
shell: bash
9191
- run: scripts/ci/analyze.sh

0 commit comments

Comments
 (0)