Skip to content

Commit

Permalink
Upgrade release script to go 1.20 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
MechanicalTyler and Tyler Ruppert authored Jun 20, 2023
1 parent bc16216 commit 8b2d97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
###########################
#### Base image ####
###########################
FROM golang:1.18-stretch AS base
MAINTAINER Matija Martinic <[email protected]>
FROM golang:1.20-bullseye AS base
WORKDIR /app

###########################
Expand Down
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Loop every second by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/185
* Continue checking if a pigeon is staking by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/186
* Upgrade to paloma v1.3.0 by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/187
* Upgrade release script to go 1.20 by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/198


**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.1.1...v1.2.0

0 comments on commit 8b2d97d

Please sign in to comment.