Skip to content

Commit

Permalink
bump to go 1.19.4 (#722)
Browse files Browse the repository at this point in the history
* bump to go 1.19.4

* fix build
  • Loading branch information
jhernandezb authored Dec 12, 2022
1 parent f1fd83f commit 77e1b25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- '/go/pkg/mod'

- name: test
image: publicawesome/golang:1.19.3-devtooling
image: publicawesome/golang:1.19.4-devtooling
volumes:
- name: cache
path: /go
Expand Down Expand Up @@ -75,12 +75,12 @@ steps:
password:
from_secret: docker_password
tags:
- 8.0.0-rc.1
- 8.0.0-rc.2
when:
event:
- push
branch:
- prepare-v8
- feature/update-go-version
- name: docker_release
image: plugins/docker:18
settings:
Expand All @@ -96,7 +96,7 @@ steps:
- tag

- name: release
image: golang:1.18.7
image: golang:1.19.4
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down Expand Up @@ -187,7 +187,7 @@ steps:
environment:
GOPROXY: http://goproxy
- name: stargaze
image: publicawesome/golang:1.19.3-devtooling
image: publicawesome/golang:1.19.4-devtooling
volumes:
- name: cache
path: /go
Expand Down Expand Up @@ -273,7 +273,7 @@ steps:
mount:
- '/go/pkg/mod'
- name: build-wrapper
image: publicawesome/golang:1.19.3-devtooling
image: publicawesome/golang:1.19.4-devtooling
volumes:
- name: cache
path: /go
Expand Down Expand Up @@ -343,7 +343,7 @@ steps:
- ./scripts/ci/upgrade/proposal.sh
- name: stargaze-upgraded
pull: true
image: publicawesome/stargaze:8.0.0-rc.1
image: publicawesome/stargaze:8.0.0-rc.2
commands:
- ./scripts/ci/upgrade/run-upgrade.sh
environment:
Expand Down Expand Up @@ -399,6 +399,6 @@ depends_on:
- ibc-integration-test
---
kind: signature
hmac: 375f9134b8a4ebe29a1e1680b5a6bebc1444a551ff6843d8fa794c3bdcd8c5da
hmac: c7577a898d2fc61b29c61c9759b205b10ca29010f6cbe9ab0cafdf3d4140bff9

...
4 changes: 2 additions & 2 deletions docker/Dockerfile.go-devtools
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build . -t publicawesome/golang:1.19.3-devtooling -f docker/Dockerfile.go-devtools
FROM golang:1.19.3
# docker build . -t publicawesome/golang:1.19.4-devtooling -f docker/Dockerfile.go-devtools
FROM golang:1.19.4
RUN apt-get update && \
apt-get install -y cmake && \
apt-get -y clean && \
Expand Down

0 comments on commit 77e1b25

Please sign in to comment.