Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 715bbd3

Browse files
authored
ci: bump go to version 1.20.11 (#10631)
1 parent 5f0417d commit 715bbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
inputs:
55
version:
66
description: "The Go version to use."
7-
default: "1.20.10"
7+
default: "1.20.11"
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
# This doesn't need caching. It's super fast anyways!
222222
cache: false
223-
go-version: 1.20.10
223+
go-version: 1.20.11
224224

225225
- name: Install shfmt
226226
run: go install mvdan.cc/sh/v3/cmd/[email protected]

0 commit comments

Comments
 (0)