From 50e5766867165d7736a9afeb8c3499bed6dda129 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sun, 9 Oct 2022 23:12:03 +0800 Subject: build: remove support of Go 1.17 (#7177) --- internal/auth/pam/pam.go | 1 - internal/auth/pam/pam_stub.go | 1 - 2 files changed, 2 deletions(-) (limited to 'internal/auth') 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 -- cgit v1.2.3