Chore: Update target in go.mod to 1.20 and golangci-lint to v1.52.2 (#67102)

This commit is contained in:
Emil Tullstedt
2023-05-10 13:47:35 +02:00
committed by GitHub
parent 5e25334663
commit b0e681c339
11 changed files with 86 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ jobs:
name: Set go version
uses: actions/setup-go@v3
with:
go-version: '1.19.2'
go-version: '1.20.4'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set go version
uses: actions/setup-go@v3
with:
go-version: '1.19.2'
go-version: '1.20.4'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL