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