Skip to content

Commit 8962a36

Browse files
chore(deps): update dependency go to v1.26.0 (#71)
* chore(deps): update dependency go to v1.26.0 * fix name of ci --------- Co-authored-by: ske-renovate-ce[bot] <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Co-authored-by: Maximilian Geberl <maximilian.geberl@stackit.cloud>
1 parent e909d1a commit 8962a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
21-
- name: Set up Go 1.23.2
21+
- name: Set up Go
2222
uses: actions/setup-go@v6
2323
id: go
2424
with:
25-
go-version: 1.24.0
25+
go-version: 1.26.0
2626
- name: Verify go.mod is sane
2727
run: go mod tidy && git diff --no-patch --exit-code
2828
- name: Golangci-lint

0 commit comments

Comments
 (0)