Skip to content

Commit 5140191

Browse files
committed
not building for windows"
1 parent 2bb17f5 commit 5140191

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ builds:
1414
goos:
1515
- darwin
1616
- linux
17-
- windows
1817
goarch:
1918
- amd64
2019
- arm64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/gitirabassi/libvault/cmd/k8s-kms-plugin
1+
module github.com/gitirabassi/k8s-kms-plugin
22

33
go 1.12
44

main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*
2-
Copyright © 2018, Oracle and/or its affiliates. All rights reserved.
3-
4-
The Universal Permissive License (UPL), Version 1.0
5-
*/
6-
71
package main
82

93
import (

0 commit comments

Comments
 (0)