File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2525 - name : Install Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : " 1.21.3 "
28+ go-version : " 1.21.5 "
2929 cache : true
3030 - run : yarn --frozen-lockfile
3131 - run : make build
5555 - name : Install Go
5656 uses : actions/setup-go@v4
5757 with :
58- go-version : " 1.21.3 "
58+ go-version : " 1.21.5 "
5959 cache : true
6060 - run : yarn --frozen-lockfile
6161 - run : make build
Original file line number Diff line number Diff line change 2828 - run : git fetch --force --tags
2929 - uses : actions/setup-go@v3
3030 with :
31- go-version : " 1.21.3 "
31+ go-version : " 1.21.5 "
3232 cache : true
3333 - uses : actions/setup-node@v3
3434 with :
Original file line number Diff line number Diff line change 2222 - name : Install Go
2323 uses : actions/setup-go@v4
2424 with :
25- go-version : 1.21.3
25+ go-version : 1.21.5
2626 - name : Format
2727 run : make fmt check/unstaged-changes
2828 test :
3333 - name : Install Go
3434 uses : actions/setup-go@v4
3535 with :
36- go-version : 1.21.3
36+ go-version : 1.21.5
3737 - name : Go Mod
3838 run : make check/go/mod
3939 - name : Test
4646 - name : Install Go
4747 uses : actions/setup-go@v4
4848 with :
49- go-version : 1.21.3
49+ go-version : 1.21.5
5050 - name : Run linter
5151 run : make lint
5252 - name : Check helm manifests
9696 - name : Set up go
9797 uses : actions/setup-go@v2
9898 with :
99- go-version : 1.21.3
99+ go-version : 1.21.5
100100 - uses : actions/setup-node@v3
101101 with :
102102 node-version : lts/hydrogen
@@ -118,7 +118,7 @@ jobs:
118118 - name : Set up go
119119 uses : actions/setup-go@v2
120120 with :
121- go-version : 1.21.3
121+ go-version : 1.21.5
122122 - uses : actions/setup-node@v3
123123 with :
124124 node-version : lts/hydrogen
Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v4
2626 with :
27- go-version : 1.21.3
27+ go-version : 1.21.5
2828 - name : Test
2929 run : sudo make -C ./ebpf go/test/amd64
3030 test_ebpf_amd64_qemu :
3535 - name : Install Go
3636 uses : actions/setup-go@v4
3737 with :
38- go-version : 1.21.3
38+ go-version : 1.21.5
3939 - name : Install qemu
4040 run : sudo apt-get update && sudo apt-get -y install qemu-system-x86
4141 - name : Test
4848 - name : Install Go
4949 uses : actions/setup-go@v4
5050 with :
51- go-version : 1.21.3
51+ go-version : 1.21.5
5252 - name : Set up QEMU
5353 uses : docker/setup-qemu-action@v2
5454 - name : Install qemu
Original file line number Diff line number Diff line change 2525 git tag "$WEEKLY_IMAGE_TAG"
2626 - uses : actions/setup-go@v3
2727 with :
28- go-version : " 1.21.3 "
28+ go-version : " 1.21.5 "
2929 cache : true
3030 # setup docker buildx
3131 - name : Set up QEMU
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project_name: pyroscope
22before :
33 hooks :
44 # This hook ensures that goreleaser uses the correct go version for a Pyroscope release
5- - sh -euc "go version | grep "go version go1.21.3 " || { echo "Unexpected go version"; exit 1; }"
5+ - sh -euc "go version | grep "go version go1.21.5 " || { echo "Unexpected go version"; exit 1; }"
66builds :
77 - env :
88 - CGO_ENABLED=0
Original file line number Diff line number Diff line change 1- FROM golang:1.21.3
1+ FROM golang:1.21.5
22
33WORKDIR /go/src/app
44
Original file line number Diff line number Diff line change 1- FROM golang:1.21.3
1+ FROM golang:1.21.5
22
33WORKDIR /go/src/app
44COPY . .
Original file line number Diff line number Diff line change 1- FROM golang:1.21.3
1+ FROM golang:1.21.5
22
33WORKDIR /go/src/app
44COPY . .
Original file line number Diff line number Diff line change 1- FROM golang:1.21.3
1+ FROM golang:1.21.5
22
33WORKDIR /go/src/app
44
You can’t perform that action at this time.
0 commit comments