From d7d3ba5948b6f4e3e90118a7d5d0b879265a5f3a Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Fri, 26 Jul 2024 23:24:28 +0200 Subject: [PATCH] Bump Go version to `1.22` Bump Go to `1.22`. Allow Dependabot all dependency updates. --- .github/dependabot.yml | 2 ++ .github/workflows/golangci-lint.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfa5ccf..ad188cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + allow: + - dependency-type: "all" - package-ecosystem: github-actions directory: / schedule: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 501e5f6..fec8ebd 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef4afd5..9e4588e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: Check out code into the Go module directory uses: actions/checkout@v4