File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
# no pull request will be created and the action exits silently.
23
23
- name : Create a Pull Request
24
24
if : github.event_name != 'pull_request'
25
- uses : peter-evans/create-pull-request@v6
25
+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
28
28
commit-message : " Update Go Collector metrics for new Go version"
Original file line number Diff line number Diff line change 1
1
module dagger
2
2
3
- go 1.21.7
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/99designs/gqlgen v0.17.49
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func New(src *dagger.Directory) *ClientGolang {
35
35
func (m * ClientGolang ) Make (
36
36
// +optional
37
37
args string ,
38
- // +default="1.20 "
38
+ // +default="1.23 "
39
39
goVersion string ,
40
40
// +optional
41
41
env []string ,
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/client_golang/tutorials/whatsup
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/bwplotka/tracing-go v0.0.0-20230421061608-abdf862ceccd
You can’t perform that action at this time.
0 commit comments