Skip to content

Commit

Permalink
chore: update to Go 1.22.4 for non-critical cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpiritXIII committed Jun 24, 2024
1 parent a90ffc7 commit fa80558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmd/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


FROM golang:1.22.4-bullseye as buildbase

# Compile the UI assets.
Expand Down
2 changes: 1 addition & 1 deletion examples/instrumentation/go-synthetic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20-bullseye AS buildbase
FROM golang:1.22.4-bullseye as buildbase
WORKDIR /app
COPY . ./

Expand Down

0 comments on commit fa80558

Please sign in to comment.