Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Feb 28, 2024
1 parent dd655e0 commit ed4bbfd
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.21.1'
go-version: '1.21.7'

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

0 comments on commit ed4bbfd

Please sign in to comment.