1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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