Skip to content

Commit 21e0d54

Browse files
authored
1 parent 7ea58ea commit 21e0d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.8"
7+
default: "1.20.10"
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/ci.yaml

+1-1
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.8
223+
go-version: 1.20.10
224224

225225
- name: Install shfmt
226226
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0

0 commit comments

Comments
 (0)