Skip to content

Commit

Permalink
Merge pull request #35 from harness/ci-9254
Browse files Browse the repository at this point in the history
[fix]: [ci-9254]: go version upgrade to 1.21
  • Loading branch information
rajatharanganath authored Sep 14, 2023
2 parents a257f80 + 8df4287 commit 4871246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ platform:

steps:
- name: build-push
image: golang:1.20
image: golang:1.21
commands:
- 'go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -o release/windows/amd64/plugin'
environment:
Expand All @@ -209,7 +209,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.20
image: golang:1.21
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}" -a -o release/windows/amd64/plugin'
environment:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/drone/drone-artifactory

go 1.20
go 1.21

require (
github.com/kelseyhightower/envconfig v1.4.0
Expand Down

0 comments on commit 4871246

Please sign in to comment.