Skip to content

Commit

Permalink
Update Go version of project from 1.17 -> 1.18 (#1504)
Browse files Browse the repository at this point in the history
* Lets Goooo 1.18

Signed-off-by: Annanay <[email protected]>

* Drone signature, CHANGELOG

Signed-off-by: Annanay <[email protected]>
  • Loading branch information
annanay25 authored Jun 23, 2022
1 parent 08a4995 commit d744ba2
Show file tree
Hide file tree
Showing 12 changed files with 149 additions and 178 deletions.
4 changes: 2 additions & 2 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ local image_tag_for_cd() = {

local build_binaries(arch) = {
name: 'build-tempo-binaries',
image: 'golang:1.17-alpine',
image: 'golang:1.18-alpine',
commands: [
'apk add make git',
] + [
Expand Down Expand Up @@ -222,7 +222,7 @@ local deploy_to_dev() = {
steps+: [
{
name: 'build-tempo-serverless',
image: 'golang:1.17-alpine',
image: 'golang:1.18-alpine',
commands: [
'apk add make git zip bash',
'./tools/image-tag | cut -d, -f 1 | tr A-Z a-z > .tags', # values in .tags are used by the next step when pushing the image
Expand Down
Loading

0 comments on commit d744ba2

Please sign in to comment.