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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.25
- name: Checkout source
uses: actions/checkout@v2
# Build all binaries but cross-compile the config generation binary for both Linux & Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.25
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down