Skip to content

Commit

Permalink
Update go to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 22, 2024
1 parent cb36e55 commit a606e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
go-version: '1.22.3'
go-version: '1.22.4'

# Trigger the workflow on all pull requests, and on push to specific branches
on:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.apiserver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine AS build
FROM golang:1.22.4-alpine AS build
WORKDIR /src
COPY . .
RUN apk add --no-cache gcc musl-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.collector
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine AS build
FROM golang:1.22.4-alpine AS build
WORKDIR /src
COPY . .
RUN apk add --no-cache gcc musl-dev
Expand Down

0 comments on commit a606e66

Please sign in to comment.