mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +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:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "The Go version to use."
|
description: "The Go version to use."
|
||||||
default: "1.20.10"
|
default: "1.20.11"
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -220,7 +220,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# This doesn't need caching. It's super fast anyways!
|
# This doesn't need caching. It's super fast anyways!
|
||||||
cache: false
|
cache: false
|
||||||
go-version: 1.20.10
|
go-version: 1.20.11
|
||||||
|
|
||||||
- name: Install shfmt
|
- name: Install shfmt
|
||||||
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
|
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
|
||||||
|
Reference in New Issue
Block a user