Skip to content

Commit d22764d

Browse files
Update dependency go to v1.25.4
1 parent 2871a73 commit d22764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.20.5
18+
go-version: 1.25.4
1919
- run: go get -v -t -d ./...
2020
- run: GOOS=windows GOARCH=amd64 go build -o downloads/scw-2fa-init-windows-amd64
2121
- run: GOOS=linux GOARCH=amd64 go build -o downloads/scw-2fa-init-linux-amd64

0 commit comments

Comments
 (0)