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_stub.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/auth/pam/pam_stub.go') 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