Skip to content

Commit dc79689

Browse files
committed
Fixup dagger
Signed-off-by: SuperQ <[email protected]>
1 parent bd9d62e commit dc79689

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bingo/goimports.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.20
3+
go 1.21
44

55
require golang.org/x/tools v0.9.3 // cmd/goimports

Diff for: .github/workflows/update-go-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# no pull request will be created and the action exits silently.
2323
- name: Create a Pull Request
2424
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
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
commit-message: "Update Go Collector metrics for new Go version"

Diff for: dagger/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module dagger
22

3-
go 1.21.7
3+
go 1.23
44

55
require (
66
github.com/99designs/gqlgen v0.17.49

Diff for: dagger/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func New(src *dagger.Directory) *ClientGolang {
3535
func (m *ClientGolang) Make(
3636
// +optional
3737
args string,
38-
// +default="1.20"
38+
// +default="1.23"
3939
goVersion string,
4040
// +optional
4141
env []string,

Diff for: tutorials/whatsup/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus/client_golang/tutorials/whatsup
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/bwplotka/tracing-go v0.0.0-20230421061608-abdf862ceccd

0 commit comments

Comments
 (0)