We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722c7b7 commit 136449dCopy full SHA for 136449d
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
3
defaults: &defaults
4
docker:
5
- - image: circleci/golang:1.11
+ - image: circleci/golang:1.12
6
7
jobs:
8
build:
.gitignore
@@ -1,5 +1,6 @@
1
/.idea/
/*.idl
+*.iml
/dist/
/vendor/
/rcon-cli
.goreleaser.yml
@@ -14,6 +14,7 @@ builds:
14
goarch:
15
- amd64
16
- arm
17
+ - arm64
18
main: .
19
binary: rcon-cli
20
env:
0 commit comments