There was an error while loading. Please reload this page.
1 parent 7197de3 commit 43a7b7cCopy full SHA for 43a7b7c
3 files changed
.github/workflows/dep-update.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
- name: Setup Go
16
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
17
with:
18
go-version: '1.25.x'
19
- name: Update dependencies
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
# Fetch all history for all tags and branches
20
fetch-depth: 0
21
- name: Set up Go
22
23
24
go-version: '1.25'
25
- name: Run GoReleaser
.github/workflows/run-tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
12
cache-dependency-path: cache-dependency/go.sum
0 commit comments