Skip to content

Commit 5325185

Browse files
committed
👷 Update go version in CI
1 parent e89272c commit 5325185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci-cd.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.21"
25+
go-version: "1.24"
2626
- name: Install junit report
2727
run: go install github.com/jstemmer/go-junit-report/v2@latest
2828
- name: Install mockery
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: "1.21"
54+
go-version: "1.24"
5555
- name: Run GoReleaser
5656
uses: goreleaser/goreleaser-action@v5
5757
with:

0 commit comments

Comments
 (0)