mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-12 02:23:38 +00:00
update go version
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "1.23.1"
|
||||
goversion: "1.25.1"
|
||||
project_path: "./cmd/makeosc"
|
||||
binary_name: "makeosc"
|
||||
asset_name: makeosc-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "1.23.1"
|
||||
goversion: "1.25.1"
|
||||
project_path: "./cmd/receiveosc"
|
||||
binary_name: "receiveosc"
|
||||
asset_name: receiveosc-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "1.23.1"
|
||||
goversion: "1.25.1"
|
||||
project_path: "./cmd/sendosc"
|
||||
binary_name: "sendosc"
|
||||
asset_name: sendosc-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
Reference in New Issue
Block a user