Skip to content

Commit

Permalink
Merge pull request #1342 from ktock/go-1.21
Browse files Browse the repository at this point in the history
Bump up Golang to 1.21
  • Loading branch information
AkihiroSuda authored Aug 14, 2023
2 parents 45af8ff + 086797f commit c3b60cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG CRI_TOOLS_VERSION=v1.27.0
# Legacy builder that doesn't support TARGETARCH should set this explicitly using --build-arg.
# If TARGETARCH isn't supported by the builder, the default value is "amd64".

FROM golang:1.20.7-bullseye AS golang-base
FROM golang:1.21.0-bullseye AS golang-base

# Build containerd
FROM golang-base AS containerd-dev
Expand Down

0 comments on commit c3b60cf

Please sign in to comment.