Skip to content

Commit b69903e

Browse files
Update dependency go to v1.24.3
1 parent 2871a73 commit b69903e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.24.3
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)