ci: bump go to version 1.20.11 (#10631)

This commit is contained in:
Muhammad Atif Ali
2023-11-13 10:06:26 +03:00
committed by GitHub
parent 5f0417d14e
commit 715bbd3edd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.20.10"
default: "1.20.11"
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.10
go-version: 1.20.11
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0