mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-11-01 19:42:35 +08:00
Merge pull request #14 from glebarez/dependabot/github_actions/actions/setup-go-2.2.0
build(deps): bump actions/setup-go from 2.1.5 to 2.2.0
This commit is contained in:
2
.github/workflows/badge-sqlite-version.yml
vendored
2
.github/workflows/badge-sqlite-version.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2.1.5
|
||||
uses: actions/setup-go@v2.2.0
|
||||
with:
|
||||
go-version: 1.17
|
||||
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2.1.5
|
||||
uses: actions/setup-go@v2.2.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user