File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build-image :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@v4
1616
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 lint :
1818 name : Lint
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 timeout-minutes : 10
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77jobs :
88 releases-matrix :
99 name : Release Go Binary
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
4545
4646 # build and make the releases
4747 - name : Build and make the releases
48- uses : wangyoucao577 /go-release-action@master
48+ uses : rwillert /go-release-action@master
4949 with :
5050 github_token : ${{ secrets.GITHUB_TOKEN }}
5151 goos : ${{ matrix.goos }}
You can’t perform that action at this time.
0 commit comments