Colin Adler
2023-10-10 12:23:54 -05:00
committed by GitHub
parent 7ea58eac18
commit 21e0d540dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.20.8"
default: "1.20.10"
runs:
using: "composite"
steps:
+1 -1
View File
@@ -220,7 +220,7 @@ jobs:
with:
# This doesn't need caching. It's super fast anyways!
cache: false
go-version: 1.20.8
go-version: 1.20.10
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0