Skip to content

Commit

Permalink
POC: Flight recording of slow requests (above 500ms) (osmosis-labs#253)
Browse files Browse the repository at this point in the history
* POC: Flight recording of slow requests (above 500ms)

* go mods

* config & fixes

* lint
  • Loading branch information
p0mvn authored and deividaspetraitis committed May 29, 2024
1 parent f30ae6a commit 708dd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION="1.21"
ARG GO_VERSION="1.22"
ARG RUNNER_IMAGE="ubuntu"

# --------------------------------------------------------
# Builder
# --------------------------------------------------------

FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder

ARG GIT_VERSION
ARG GIT_COMMIT
Expand Down

0 comments on commit 708dd58

Please sign in to comment.