We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de71225 commit 76c4dfaCopy full SHA for 76c4dfa
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
- master
12
13
env:
14
- GO_VERSION: "1.25.6"
+ GO_VERSION: "1.26.1"
15
16
jobs:
17
# Runs Golangci-lint on the source code
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v6
18
with:
19
- go-version: "1.25.6"
+ go-version: "1.26.1"
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v7
22
0 commit comments