1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

Switch to building with go1.19 (#20695)

This commit is contained in:
techknowlogick
2022-08-07 12:25:03 -04:00
committed by GitHub
parent 64c371a167
commit be824890e4
6 changed files with 19 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ linters:
fast: false
run:
go: 1.18
go: 1.19
timeout: 10m
skip-dirs:
- node_modules
@@ -75,7 +75,7 @@ linters-settings:
- name: modifies-value-receiver
gofumpt:
extra-rules: true
lang-version: "1.18"
lang-version: "1.19"
depguard:
# TODO: use depguard to replace import checks in gitea-vet
list-type: denylist