Skip to content

Commit

Permalink
Merge pull request #34 from strangelove-ventures/main
Browse files Browse the repository at this point in the history
To keep align with upstream main
  • Loading branch information
nitronit authored Sep 23, 2022
2 parents 4655ae3 + 2697ace commit ebc9259
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.19'

# TODO:figure out how to add the supported SDK and tendermint versions
# here we need to run the following and save the results to ENV in the goreleaser action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: [self-hosted, linux]
steps:
# Install and setup go
- name: Set up Go 1.17
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

# checkout horcrux
- name: checkout horcrux
Expand Down
2 changes: 1 addition & 1 deletion docker/horcrux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS build-env

ENV PACKAGES make git

Expand Down
2 changes: 1 addition & 1 deletion docker/horcrux/native.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine AS build-env
FROM golang:1.19-alpine AS build-env

ENV PACKAGES make git

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/strangelove-ventures/horcrux

go 1.17
go 1.19

require (
github.com/Jille/grpc-multi-resolver v1.1.0
Expand Down

0 comments on commit ebc9259

Please sign in to comment.