We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.20.10
1 parent 7ea58ea commit 21e0d54Copy full SHA for 21e0d54
.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.8"
+ default: "1.20.10"
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.8
+ go-version: 1.20.10
224
225
- name: Install shfmt
226
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0
0 commit comments