Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dagger/dagger/v0.12.7/dagger_v0.12.7_linux_amd64.tar.gz",
"checksum": "804A0B9CFF054F99E224F3225B35E6180B8BA77639D333529FB432AB9BE4511C",
"id": "github_release/github.com/dagger/dagger/v0.13.0/dagger_v0.13.0_linux_amd64.tar.gz",
"checksum": "C8DBBD434DCEB5914E461BF183D44F91083722EF61522AD8C601AD3A9C094FCC",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/dagger/dagger/v0.12.7/dagger_v0.12.7_linux_arm64.tar.gz",
"checksum": "0309AF7FADD5BF7B97A0D0BAB342923B16667086BDE3FEDB3164CDC6DDAB8F46",
"id": "github_release/github.com/dagger/dagger/v0.13.0/dagger_v0.13.0_linux_arm64.tar.gz",
"checksum": "7445D87C289BADCC8A4CD95152643B391FCF45D385C997D7F5AAEE13E15C8736",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ packages:
- name: int128/ghcp@v1.13.3 # required for aqua-checksums update
- name: kevincobain2000/gobrew@v1.10.11
- name: casey/just@1.35.0
- name: dagger/dagger@v0.12.7
- name: dagger/dagger@v0.13.0
2 changes: 1 addition & 1 deletion cosign/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "cosign",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.7"
"engineVersion": "v0.13.0"
}
2 changes: 1 addition & 1 deletion cosign/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dagger/cosign

go 1.22.5
go 1.23.1

require (
github.com/99designs/gqlgen v0.17.49
Expand Down
2 changes: 1 addition & 1 deletion distrobox/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "distrobox",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.7"
"engineVersion": "v0.13.0"
}
2 changes: 1 addition & 1 deletion distrobox/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dagger/distrobox

go 1.22.5
go 1.23.1

require (
github.com/99designs/gqlgen v0.17.49
Expand Down
2 changes: 1 addition & 1 deletion fedora/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "fedora",
"sdk": "go",
"source": ".",
"engineVersion": "v0.12.7"
"engineVersion": "v0.13.0"
}
2 changes: 1 addition & 1 deletion fedora/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dagger/fedora

go 1.22.5
go 1.23.1

require (
github.com/99designs/gqlgen v0.17.49
Expand Down