ci: upgrade to go 1.22 (#10355)

This commit is contained in:
Henrique Dias 2024-03-05 08:37:34 +01:00 committed by GitHub
parent fcbdf390bc
commit d60b7cd1b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 17 additions and 19 deletions

View File

@ -10,7 +10,7 @@ on:
- 'master'
env:
GO_VERSION: 1.21.x
GO_VERSION: 1.22.x
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: actions/checkout@v4
- run: docker build -t $IMAGE_NAME:$WIP_IMAGE_TAG .
- run: docker run --rm $IMAGE_NAME:$WIP_IMAGE_TAG --version

View File

@ -49,7 +49,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}
@ -137,7 +137,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}

View File

@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: actions/checkout@v4
- run: make cmd/ipfs-try-build
env:

View File

@ -27,7 +27,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: "1.21.x"
go-version: "1.22.x"
- name: Check that go.mod is tidy
uses: protocol/multiple-go-modules@v1.4
with:

View File

@ -31,6 +31,6 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- uses: actions/checkout@v4
- run: make -O test_go_lint

View File

@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Check out Kubo
uses: actions/checkout@v4
- name: Install missing tools

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Checkout Kubo
uses: actions/checkout@v4
with:

View File

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 AS builder
ARG TARGETOS TARGETARCH

View File

@ -1,8 +1,8 @@
module github.com/ipfs/kubo/examples/kubo-as-a-library
go 1.21
go 1.22
toolchain go1.21.7
toolchain go1.22.0
// Used to keep this in sync with the current version of kubo. You should remove
// this if you copy this example.

4
go.mod
View File

@ -250,6 +250,4 @@ require (
lukechampine.com/blake3 v1.2.1 // indirect
)
go 1.21
toolchain go1.21.7
go 1.22

View File

@ -1,8 +1,8 @@
module github.com/ipfs/kubo/test/dependencies
go 1.21
go 1.22
toolchain go1.21.7
toolchain go1.22.0
replace github.com/ipfs/kubo => ../../

View File

@ -1 +1 @@
{"Links":[],"Data":"\u0008\u0002\u0012\nHello Mars\u0018\n"}
{"Links":[],"Data":"\b\u0002\u0012\nHello Mars\u0018\n"}