Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # pin@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: Setup Node.js
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # pin@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: go mod tidy
run: |
go mod tidy
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/argoproj-labs/gitops-promoter

go 1.24.0

toolchain go1.24.1
go 1.25.5

require (
codeberg.org/mvdkleijn/forgejo-sdk/forgejo/v2 v2.2.0
Expand Down
Loading