Skip to content

Commit

Permalink
Merge pull request #89 from aman-harness/patch-1
Browse files Browse the repository at this point in the history
Update go version to 1.17.8
  • Loading branch information
TP Honey authored Apr 12, 2022
2 parents 6a80ffa + a692249 commit 0ae5007
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ platform:
steps:
- name: vet
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- go vet ./...
environment:
GO111MODULE: on

- name: test
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- go test -cover ./...
environment:
Expand All @@ -38,7 +38,7 @@ platform:
steps:
- name: build-push
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/amd64/drone-s3"
environment:
Expand All @@ -51,7 +51,7 @@ steps:

- name: build-tag
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/amd64/drone-s3"
environment:
Expand All @@ -63,7 +63,7 @@ steps:

- name: executable
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- ./release/linux/amd64/drone-s3 --help

Expand Down Expand Up @@ -102,7 +102,7 @@ platform:
steps:
- name: build-push
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/arm64/drone-s3"
environment:
Expand All @@ -115,7 +115,7 @@ steps:

- name: build-tag
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/arm64/drone-s3"
environment:
Expand All @@ -127,7 +127,7 @@ steps:

- name: executable
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- ./release/linux/arm64/drone-s3 --help

Expand Down Expand Up @@ -166,7 +166,7 @@ platform:
steps:
- name: build-push
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/arm/drone-s3"
environment:
Expand All @@ -179,7 +179,7 @@ steps:

- name: build-tag
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}\" -a -o release/linux/arm/drone-s3"
environment:
Expand All @@ -191,7 +191,7 @@ steps:

- name: executable
pull: always
image: golang:1.17.3
image: golang:1.17.8
commands:
- ./release/linux/arm/drone-s3 --help

Expand Down

0 comments on commit 0ae5007

Please sign in to comment.