Skip to content

Commit

Permalink
.github: Bump actions/setup-go from v1 to v2.1.3 (#21)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v1 to v2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v1...37335c7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ross Light <ross@zombiezen.com>
  • Loading branch information
dependabot[bot] and zombiezen committed Jan 27, 2021
1 parent 0fcb000 commit a73af34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
libz-dev \
xz-utils
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Check out code
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install xz
run: brew update && brew install xz
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Check out code
Expand All @@ -97,7 +97,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Fetch release from proxy
Expand Down

0 comments on commit a73af34

Please sign in to comment.