Thanks to visit codestin.com Credit goes to github.com
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 5f0417d commit 715bbd3Copy full SHA for 715bbd3
.github/actions/setup-go/action.yaml
@@ -4,7 +4,7 @@ description: |
4
inputs:
5
version:
6
description: "The Go version to use."
7
- default: "1.20.10"
+ default: "1.20.11"
8
runs:
9
using: "composite"
10
steps:
.github/workflows/ci.yaml
@@ -220,7 +220,7 @@ jobs:
220
with:
221
# This doesn't need caching. It's super fast anyways!
222
cache: false
223
- go-version: 1.20.10
+ go-version: 1.20.11
224
225
- name: Install shfmt
226
run: go install mvdan.cc/sh/v3/cmd/[email protected]
0 commit comments