From 28d40c9a2700166dc42d1a2e399fd19424e701ea Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Mon, 22 Mar 2021 04:43:47 +0000 Subject: [PATCH] Update CI configs to v0.4.22 Update lint scripts and CI configs. --- .github/workflows/test.yaml | 9 +++++---- renovate.json | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b2a6b39..5b7a43b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.14", "1.15"] + go: ["1.15", "1.16"] fail-fast: false name: Go ${{ matrix.go }} steps: @@ -34,7 +34,8 @@ jobs: - name: Setup go-acc run: | - go get -u github.com/ory/go-acc + go get github.com/ory/go-acc + git checkout go.mod go.sum - name: Run test run: | @@ -53,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.14", "1.15"] + go: ["1.15", "1.16"] fail-fast: false name: Go i386 ${{ matrix.go }} steps: @@ -109,7 +110,7 @@ jobs: - name: Download Go run: curl -sSfL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar -C ~ -xzf - env: - GO_VERSION: 1.15 + GO_VERSION: 1.16 - name: Set Go Root run: echo "GOROOT=${HOME}/go" >> $GITHUB_ENV diff --git a/renovate.json b/renovate.json index 4400fd9..f84608c 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,10 @@ ], "commitBody": "Generated by renovateBot", "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "automerge": true + }, { "packagePatterns": ["^golang.org/x/"], "schedule": ["on the first day of the month"]