Skip to content

Commit 8779cbd

Browse files
dmitshurgopherbot
authored andcommitted
all: update go directive to 1.18
Done with: go get [email protected] go mod tidy go fix ./... Using go1.21.3. Also update avo to v0.5.0 in the curve25519/internal/field/_asm module. It's newer and produces no diff in the generated code. For golang/go#60268. Change-Id: I9bd771ee8561595d7f68aaca76df6e3e33d35013 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/534141 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 2aeefc3 commit 8779cbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+52
-131
lines changed

acme/version_go112.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build go1.12
6-
// +build go1.12
76

87
package acme
98

argon2/blamka_amd64.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build amd64 && gc && !purego
6-
// +build amd64,gc,!purego
76

87
package argon2
98

argon2/blamka_amd64.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build amd64 && gc && !purego
6-
// +build amd64,gc,!purego
76

87
#include "textflag.h"
98

argon2/blamka_ref.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build !amd64 || purego || !gc
6-
// +build !amd64 purego !gc
76

87
package argon2
98

blake2b/blake2bAVX2_amd64.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build go1.7 && amd64 && gc && !purego
6-
// +build go1.7,amd64,gc,!purego
76

87
package blake2b
98

blake2b/blake2bAVX2_amd64.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build go1.7 && amd64 && gc && !purego
6-
// +build go1.7,amd64,gc,!purego
76

87
#include "textflag.h"
98

blake2b/blake2b_amd64.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build !go1.7 && amd64 && gc && !purego
6-
// +build !go1.7,amd64,gc,!purego
76

87
package blake2b
98

blake2b/blake2b_amd64.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build amd64 && gc && !purego
6-
// +build amd64,gc,!purego
76

87
#include "textflag.h"
98

blake2b/blake2b_ref.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build !amd64 || purego || !gc
6-
// +build !amd64 purego !gc
76

87
package blake2b
98

blake2b/register.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build go1.9
6-
// +build go1.9
76

87
package blake2b
98

0 commit comments

Comments
 (0)