mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
ci: bump go to version 1.20.11 (#10631)
This commit is contained in:
committed by
GitHub
parent
5f0417d14e
commit
715bbd3edd
2
.github/actions/setup-go/action.yaml
vendored
2
.github/actions/setup-go/action.yaml
vendored
@ -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:
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user