Skip to content

Commit

Permalink
Fixup dagger
Browse files Browse the repository at this point in the history
Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Aug 31, 2024
1 parent bd9d62e commit dc79689
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bingo/goimports.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.20
go 1.21

require golang.org/x/tools v0.9.3 // cmd/goimports
2 changes: 1 addition & 1 deletion .github/workflows/update-go-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# no pull request will be created and the action exits silently.
- name: Create a Pull Request
if: github.event_name != 'pull_request'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update Go Collector metrics for new Go version"
Expand Down
2 changes: 1 addition & 1 deletion dagger/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dagger

go 1.21.7
go 1.23

require (
github.com/99designs/gqlgen v0.17.49
Expand Down
2 changes: 1 addition & 1 deletion dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func New(src *dagger.Directory) *ClientGolang {
func (m *ClientGolang) Make(
// +optional
args string,
// +default="1.20"
// +default="1.23"
goVersion string,
// +optional
env []string,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/whatsup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/client_golang/tutorials/whatsup

go 1.20
go 1.21

require (
github.com/bwplotka/tracing-go v0.0.0-20230421061608-abdf862ceccd
Expand Down

0 comments on commit dc79689

Please sign in to comment.