chore: upgrade go to 1.20.8

This commit is contained in:
Colin Adler
2023-09-28 14:17:15 -05:00
committed by GitHub
parent 9e845213f5
commit ed8ae2f123
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.20.7"
default: "1.20.8"
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.7
go-version: 1.20.8
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0