Compare commits

...
2 Commits
Author SHA1 Message Date
Robert Brennan 1651aa7004 remove 386 arch (#555)
* remove 386 arch

* update version
2021-05-25 13:35:44 -04:00
Robert Brennan e6c9e4558e update go (#554)
* update go

* update version
2021-05-25 13:28:19 -04:00
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ jobs:
release_binary:
working_directory: /go/src/github.com/fairwindsops/polaris/
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16
steps:
- checkout
- setup_remote_docker
-1
View File
@@ -15,7 +15,6 @@ builds:
- amd64
- arm
- arm64
- 386
goarm:
- 6
- 7
+1 -1
View File
@@ -3,7 +3,7 @@
<br>
<h3>Best Practices for Kubernetes Workload Configuration</h3>
<a href="https://github.com/FairwindsOps/polaris">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=4.0.0&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=4.0.2&color=239922">
</a>
<a href="https://goreportcard.com/report/github.com/FairwindsOps/polaris">
<img src="https://goreportcard.com/badge/github.com/FairwindsOps/polaris">
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "4.0.0"
Version = "4.0.2"
)
func main() {