diff options
author | Joe Chen <jc@unknwon.io> | 2022-10-09 23:12:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 23:12:03 +0800 |
commit | 50e5766867165d7736a9afeb8c3499bed6dda129 (patch) | |
tree | 1634eadc7fbe5694a0f9d182d241672107023c1a /internal/auth | |
parent | 8982a42d38c537de87fabcc59f062841f1c437c2 (diff) |
build: remove support of Go 1.17 (#7177)
Diffstat (limited to 'internal/auth')
-rw-r--r-- | internal/auth/pam/pam.go | 1 | ||||
-rw-r--r-- | internal/auth/pam/pam_stub.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/internal/auth/pam/pam.go b/internal/auth/pam/pam.go index d251fae4..14f041ae 100644 --- a/internal/auth/pam/pam.go +++ b/internal/auth/pam/pam.go @@ -1,5 +1,4 @@ //go:build pam -// +build pam // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style diff --git a/internal/auth/pam/pam_stub.go b/internal/auth/pam/pam_stub.go index 387e6ed6..597b61d1 100644 --- a/internal/auth/pam/pam_stub.go +++ b/internal/auth/pam/pam_stub.go @@ -1,5 +1,4 @@ //go:build !pam -// +build !pam // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style |