Update Go version to 1.23 (#2588)

This commit is contained in:
Maycon Santos
2024-09-12 13:46:28 +02:00
committed by GitHub
parent afb9673bc4
commit 4c130a0291
8 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v5
id: go
with:
go-version: "1.21.x"
go-version: "1.23.x"
- name: Download wintun
uses: carlosperate/download-file-action@v2