Merge pull request #12 from decke/dependabot/github_actions/actions/setup-go-v2.1.3

Bump actions/setup-go from v1 to v2.1.3
This commit is contained in:
Bernhard Fröhlich
2021-02-17 20:30:36 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: 1.14
id: go