Skip to content

Commit 0752f64

Browse files
committed
bump GHA go version
1 parent 1414b23 commit 0752f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 🏗️ Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: "1.20.5"
21+
go-version: "1.22.10"
2222

2323
- name: 🛠️ Build verifier tool
2424
run: go build -o key-verifier ./tools/key_verifier/cmd/main.go

0 commit comments

Comments
 (0)