Skip to content

Commit 2f1670d

Browse files
committed
build: Update GH Actions settings
1 parent 1da7c9e commit 2f1670d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.21.5'
20+
go-version: '1.25.3'
2121

2222
- name: Import GPG key
2323
id: import_gpg

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.21.5'
20+
go-version: '1.25.3'
2121

2222
- name: Import GPG key
2323
id: import_gpg

0 commit comments

Comments
 (0)