File tree 14 files changed +17
-19
lines changed
docs/examples/kubo-as-a-library
sharness/t0051-object-data
14 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 10
10
- ' master'
11
11
12
12
env :
13
- GO_VERSION : 1.21 .x
13
+ GO_VERSION : 1.22 .x
14
14
15
15
concurrency :
16
16
group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
Original file line number Diff line number Diff line change 34
34
- name : Setup Go
35
35
uses : actions/setup-go@v5
36
36
with :
37
- go-version : 1.21 .x
37
+ go-version : 1.22 .x
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/setup-go@v5
30
30
with :
31
- go-version : 1.21 .x
31
+ go-version : 1.22 .x
32
32
- uses : actions/checkout@v4
33
33
- run : docker build -t $IMAGE_NAME:$WIP_IMAGE_TAG .
34
34
- run : docker run --rm $IMAGE_NAME:$WIP_IMAGE_TAG --version
Original file line number Diff line number Diff line change 49
49
- name : Setup Go
50
50
uses : actions/setup-go@v5
51
51
with :
52
- go-version : 1.21 .x
52
+ go-version : 1.22 .x
53
53
- uses : protocol/cache-go-action@v1
54
54
with :
55
55
name : ${{ github.job }}
@@ -137,7 +137,7 @@ jobs:
137
137
- name : Setup Go
138
138
uses : actions/setup-go@v5
139
139
with :
140
- go-version : 1.21 .x
140
+ go-version : 1.22 .x
141
141
- uses : protocol/cache-go-action@v1
142
142
with :
143
143
name : ${{ github.job }}
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/setup-go@v5
32
32
with :
33
- go-version : 1.21 .x
33
+ go-version : 1.22 .x
34
34
- uses : actions/checkout@v4
35
35
- run : make cmd/ipfs-try-build
36
36
env :
Original file line number Diff line number Diff line change 27
27
submodules : recursive
28
28
- uses : actions/setup-go@v5
29
29
with :
30
- go-version : " 1.21 .x"
30
+ go-version : " 1.22 .x"
31
31
- name : Check that go.mod is tidy
32
32
33
33
with :
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/setup-go@v5
33
33
with :
34
- go-version : 1.21 .x
34
+ go-version : 1.22 .x
35
35
- uses : actions/checkout@v4
36
36
- run : make -O test_go_lint
Original file line number Diff line number Diff line change 32
32
- name : Set up Go
33
33
uses : actions/setup-go@v5
34
34
with :
35
- go-version : 1.21 .x
35
+ go-version : 1.22 .x
36
36
- name : Check out Kubo
37
37
uses : actions/checkout@v4
38
38
- name : Install missing tools
Original file line number Diff line number Diff line change 25
25
- name : Setup Go
26
26
uses : actions/setup-go@v5
27
27
with :
28
- go-version : 1.21 .x
28
+ go-version : 1.22 .x
29
29
- name : Checkout Kubo
30
30
uses : actions/checkout@v4
31
31
with :
Original file line number Diff line number Diff line change 1
- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 AS builder
1
+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 AS builder
2
2
3
3
ARG TARGETOS TARGETARCH
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/kubo/examples/kubo-as-a-library
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.7
5
+ toolchain go1.22.0
6
6
7
7
// Used to keep this in sync with the current version of kubo. You should remove
8
8
// this if you copy this example.
Original file line number Diff line number Diff line change @@ -250,6 +250,4 @@ require (
250
250
lukechampine.com/blake3 v1.2.1 // indirect
251
251
)
252
252
253
- go 1.21
254
-
255
- toolchain go1.21.7
253
+ go 1.22
Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/kubo/test/dependencies
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.7
5
+ toolchain go1.22.0
6
6
7
7
replace github.com/ipfs/kubo => ../../
8
8
Original file line number Diff line number Diff line change 1
- {"Links":[],"Data":"\u0008 \u0002\u0012\nHello Mars\u0018\n"}
1
+ {"Links":[],"Data":"\b \u0002\u0012\nHello Mars\u0018\n"}
You can’t perform that action at this time.
0 commit comments