Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Oct 24, 2024
1 parent 2556de8 commit 12a471b
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.4'
go-version: '1.23.2'

# 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.4-alpine AS build
FROM golang:1.23.2-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.4-alpine AS build
FROM golang:1.23.2-alpine AS build
WORKDIR /src
COPY . .
RUN apk add --no-cache gcc musl-dev
Expand Down

0 comments on commit 12a471b

Please sign in to comment.