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
5 changes: 4 additions & 1 deletion .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2025-05-12T19:26:40.586572706Z",
"generated_at": "2025-05-15T20:50:51.592535601Z",
"version": "1.2.29",
"files": [
{
Expand Down Expand Up @@ -62,6 +62,9 @@
{
"path": ".gitignore"
},
{
"path": ".go-version"
},
{
"path": ".golangci.yml"
},
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.24
check-latest: true
go-version-file: .go-version

- name: Run generate
id: generate
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/go-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.24
check-latest: true
go-version-file: .go-version

- name: Run generate
id: generate
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/go-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.24
check-latest: true
go-version-file: .go-version

- name: install golangci
uses: giantswarm/install-binary-action@v3.0.0
Expand Down
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.24.2