Merge pull request #14 from TomWright/dependabot/github_actions/actions/setup-go-2.1.4

Bump actions/setup-go from 2.1.3 to 2.1.4
This commit is contained in:
Tom Wright 2021-08-30 16:26:26 +01:00 committed by GitHub
commit 358c476bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code