Skip to content

Commit 487baf0

Browse files
fix: updates
Signed-off-by: Andriy Kalashnykov <[email protected]>
1 parent 7da1715 commit 487baf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go-version: [ '1.20' ] # https://go.dev/doc/devel/release
13+
go-version: [ '1.20.3' ] # https://go.dev/doc/devel/release
1414

1515
steps:
1616
- name: Checkout

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.20.3 as builder
33

44
WORKDIR /source
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)