File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Go
19
19
uses : actions/setup-go@v5
20
20
with :
21
- go-version : ' 1.22.1 '
21
+ go-version : ' 1.24.4 '
22
22
- name : Run GoReleaser
23
23
uses : goreleaser/goreleaser-action@v5
24
24
with :
Original file line number Diff line number Diff line change 1
- 1.16 .4
1
+ 1.24 .4
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.1 as builder
1
+ FROM golang:1.24.4 as builder
2
2
3
3
FROM builder as build
4
4
WORKDIR /connperf
Original file line number Diff line number Diff line change 1
1
module github.com/yuuki/connperf
2
2
3
- go 1.22.1
3
+ go 1.22.12
4
4
5
5
require (
6
6
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
Original file line number Diff line number Diff line change 1
1
[tools ]
2
- go = " 1.22.1 "
2
+ go = " 1.24.4 "
You can’t perform that action at this time.
0 commit comments