Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/setup-go action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent ac02179 commit 927bf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: setup go ${{ matrix.go-version }}
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.2.0
with:
go-version: ${{ matrix.go-version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
steps:
- name: setup go ${{ matrix.go-version }}
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.2.0
with:
go-version: ${{ matrix.go-version }}
- name: "get golang version"
Expand Down

0 comments on commit 927bf3a

Please sign in to comment.