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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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:

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

View File

@ -11,7 +11,7 @@ RUN apt-get update \
npm \
&& rm -rf /var/lib/apt/lists/*
ARG GO_VERSION=1.20.7
ARG GO_VERSION=1.20.8
RUN mkdir --parents /usr/local/go && curl --silent --show-error --location \
"https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -o /usr/local/go.tar.gz && \
tar --extract --gzip --directory=/usr/local/go --file=/usr/local/go.tar.gz --strip-components=1