chore(deps): update all dependencies #9

Merged
kjuulh merged 1 commits from renovate/all into main 2022-10-26 19:52:02 +02:00
5 changed files with 7 additions and 7 deletions
Showing only changes of commit d85c88993e - Show all commits

View File

@ -24,16 +24,16 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
- name: Cache Go Modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/matryer/moq
go 1.14
go 1.19
require (
github.com/pmezard/go-difflib v1.0.0

View File

@ -1,5 +1,5 @@
module github.com/matryer/moq/pkg/moq/testpackages/buildconstraints
go 1.14
go 1.19
require github.com/sudo-suhas/moq-test-pkgs/buildconstraints v0.0.0-20200816045313-d2f573eea6c7

View File

@ -1,5 +1,5 @@
module github.com/matryer/moq/pkg/moq/testpackages
go 1.14
go 1.19
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7

View File

@ -1,5 +1,5 @@
module github.com/matryer/moq/pkg/moq/testpackages/vendoring
go 1.14
go 1.19
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7