From 59fdf023f49f8c65446cc07df617e310679e766d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Dec 2023 02:18:48 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac882b3..e8b1477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.18 - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.18 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Installer linter (golangci) run: | curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_LINT_VERSION} diff --git a/go.mod b/go.mod index 99c5e0c..55adbe4 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.18 require ( github.com/pkg/errors v0.9.1 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1 )