File tree 11 files changed +17
-17
lines changed
language-sdk-instrumentation/golang-push
11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install Go
26
26
uses : actions/setup-go@v4
27
27
with :
28
- go-version : " 1.21.11 "
28
+ go-version : " 1.21.12 "
29
29
cache : true
30
30
- run : yarn --frozen-lockfile
31
31
- run : make build
55
55
- name : Install Go
56
56
uses : actions/setup-go@v4
57
57
with :
58
- go-version : " 1.21.11 "
58
+ go-version : " 1.21.12 "
59
59
cache : true
60
60
- run : yarn --frozen-lockfile
61
61
- run : make build
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.21.11
16
+ go-version : 1.21.12
17
17
- name : Run Fuzz_Merge_Single
18
18
run : go test -fuzz=Fuzz_Merge_Single --fuzztime 1h -run '^$' -v ./pkg/pprof/
Original file line number Diff line number Diff line change 28
28
- run : git fetch --force --tags
29
29
- uses : actions/setup-go@v3
30
30
with :
31
- go-version : " 1.21.11 "
31
+ go-version : " 1.21.12 "
32
32
cache : true
33
33
- uses : actions/setup-node@v3
34
34
with :
Original file line number Diff line number Diff line change 22
22
- name : Install Go
23
23
uses : actions/setup-go@v4
24
24
with :
25
- go-version : 1.21.11
25
+ go-version : 1.21.12
26
26
- name : Format
27
27
run : make fmt check/unstaged-changes
28
28
test :
33
33
- name : Install Go
34
34
uses : actions/setup-go@v4
35
35
with :
36
- go-version : 1.21.11
36
+ go-version : 1.21.12
37
37
- name : Go Mod
38
38
run : make check/go/mod
39
39
- name : Test
46
46
- name : Install Go
47
47
uses : actions/setup-go@v4
48
48
with :
49
- go-version : 1.21.11
49
+ go-version : 1.21.12
50
50
- name : Run linter
51
51
run : make lint
52
52
- name : Check helm manifests
96
96
- name : Set up go
97
97
uses : actions/setup-go@v2
98
98
with :
99
- go-version : 1.21.11
99
+ go-version : 1.21.12
100
100
- uses : actions/setup-node@v3
101
101
with :
102
102
node-version : lts/hydrogen
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Set up go
119
119
uses : actions/setup-go@v2
120
120
with :
121
- go-version : 1.21.11
121
+ go-version : 1.21.12
122
122
- uses : actions/setup-node@v3
123
123
with :
124
124
node-version : lts/hydrogen
Original file line number Diff line number Diff line change 27
27
- name : Install Go
28
28
uses : actions/setup-go@v4
29
29
with :
30
- go-version : 1.21.11
30
+ go-version : 1.21.12
31
31
- name : Test
32
32
run : sudo make -C ./ebpf go/test/amd64
33
33
test_ebpf_qemu :
82
82
- name : Install Go
83
83
uses : actions/setup-go@v4
84
84
with :
85
- go-version : 1.21.11
85
+ go-version : 1.21.12
86
86
- name : Install qemu
87
87
run : sudo apt-get update && sudo apt-get -y install qemu-system-x86 qemu-system-aarch64
88
88
- name : Build tests
Original file line number Diff line number Diff line change 27
27
git tag "$WEEKLY_IMAGE_TAG"
28
28
- uses : actions/setup-go@v3
29
29
with :
30
- go-version : " 1.21.11 "
30
+ go-version : " 1.21.12 "
31
31
cache : true
32
32
# setup docker buildx
33
33
- name : Set up QEMU
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
before :
4
4
hooks :
5
5
# This hook ensures that goreleaser uses the correct go version for a Pyroscope release
6
- - sh -euc 'go version | grep "go version go1.21.11 " || { echo "Unexpected go version"; exit 1; }'
6
+ - sh -euc 'go version | grep "go version go1.21.12 " || { echo "Unexpected go version"; exit 1; }'
7
7
env :
8
8
# Strip debug information from the binary by default, weekly builds will have debug information
9
9
- GORELEASER_DEBUG_INFO_FLAGS={{ if and (index .Env "GORELEASER_STRIP_DEBUG_INFO") (eq .Env.GORELEASER_STRIP_DEBUG_INFO "false") }}{{ else }}-s -w{{ end }}
Original file line number Diff line number Diff line change 1
- FROM golang:1.21.11
1
+ FROM golang:1.21.12
2
2
3
3
WORKDIR /go/src/app
4
4
COPY . .
Original file line number Diff line number Diff line change 1
- FROM golang:1.21.11
1
+ FROM golang:1.21.12
2
2
3
3
WORKDIR /go/src/app
4
4
COPY . .
Original file line number Diff line number Diff line change 1
- FROM golang:1.21.11
1
+ FROM golang:1.21.12
2
2
3
3
WORKDIR /go/src/app
4
4
COPY . .
Original file line number Diff line number Diff line change 1
- FROM golang:1.21.11
1
+ FROM golang:1.21.12
2
2
3
3
WORKDIR /go/src/app
4
4
You can’t perform that action at this time.
0 commit comments