Skip to content

Commit df0c931

Browse files
chore(deps): update dependency go
1 parent 4dcae04 commit df0c931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.21'
15+
go-version: '1.25'
1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@v4
1818
- name: run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.21'
25+
go-version: '1.25'
2626
-
2727
name: Docker Login
2828
uses: docker/login-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ require (
5050

5151
go 1.22
5252

53-
toolchain go1.22.6
53+
toolchain go1.25.1

0 commit comments

Comments
 (0)