Merge pull request #6 from fscarmen/dependabot/github_actions/actions/setup-go-3

Bump actions/setup-go from 2 to 3
dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
commit ba3e211eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/vmessping.yml
  2. 2
      .github/workflows/wireguard-go.yml
  3. 2
      .github/workflows/wireguard-go_version.yml
  4. 2
      .github/workflows/wireproxy.yml

@ -25,7 +25,7 @@ jobs:
cp ./.github/vmessping-releaser.yml ${{ env.workdir }}/.goreleaser.yml
- name: Set up GoReleaser
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.16"

@ -25,7 +25,7 @@ jobs:
cp ./.github/wireguard-go-releaser.yml ${{ env.workdir }}/.goreleaser.yml
- name: Set up GoReleaser
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.18"

@ -30,7 +30,7 @@ jobs:
ls ${{ env.workdir }}
- name: Set up GoReleaser
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.18"

@ -27,7 +27,7 @@ jobs:
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
- name: Set up GoReleaser
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.18"

Loading…
Cancel
Save