Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33d747d

Browse files
matifalipull[bot]
authored andcommitted
chore: upgrade go to 1.20.7 (#8923)
* chore: upgrade go to 1.20.7* remove unused env
1 parent70c6273 commit33d747d

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

‎.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
inputs:
55
version:
66
description:"The Go version to use."
7-
default:"1.20.6"
7+
default:"1.20.7"
88
runs:
99
using:"composite"
1010
steps:

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
with:
225225
# This doesn't need caching. It's super fast anyways!
226226
cache:false
227-
go-version:1.20.6
227+
go-version:1.20.7
228228

229229
-name:Install shfmt
230230
run:go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0

‎.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ env:
2828
# https://github.blog/changelog/2022-06-10-github-actions-inputs-unified-across-manual-and-reusable-workflows/
2929
CODER_RELEASE:${{ !inputs.dry_run }}
3030
CODER_DRY_RUN:${{ inputs.dry_run }}
31-
# For some reason, setup-go won't actually pick up a new patch version if
32-
# it has an old one cached. We need to manually specify the versions so we
33-
# can get the latest release. Never use "~1.xx" here!
34-
CODER_GO_VERSION:"1.20.6"
3531

3632
jobs:
3733
release:

‎.github/workflows/security.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ concurrency:
2121
group:${{ github.workflow }}-${{ github.ref }}-security
2222
cancel-in-progress:${{ github.event_name == 'pull_request' }}
2323

24-
env:
25-
CODER_GO_VERSION:"1.20.6"
26-
2724
jobs:
2825
codeql:
2926
runs-on:${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}

‎dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
88

99
RUN apt-get update && apt-get install --yes curl gcc
1010
# Install Go manually, so that we can control the version
11-
ARG GO_VERSION=1.20.6
11+
ARG GO_VERSION=1.20.7
1212
RUN mkdir --parents /usr/local/go
1313

1414
# Boring Go is needed to build FIPS-compliant binaries.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp