Skip to content

Commit a2b1b6e

Browse files
committed
build: use go 1.22
1 parent 32b4a02 commit a2b1b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.19'
21+
go-version: '1.22'
2222

2323
- name: Build
2424
run: CGO_ENABLED=0 go build -v

0 commit comments

Comments
 (0)