Skip to content

Commit

Permalink
Go version update. See go/go-version-update-faqs for questions
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Dec 14, 2024
1 parent 5ff49b6 commit a3f4efb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.6
1.22.10
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blocks:
task:
prologue:
commands:
- sem-version go 1.20.6
- sem-version go 1.22.10
- checkout
jobs:
- name: Build, Test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.6 as builder
FROM golang:1.22.10 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/datainfrahq/druid-operator

go 1.20
go 1.22.10

require (
github.com/ghodss/yaml v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion service.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: druid-operator
lang: go
lang_version: 1.20.6
lang_version: 1.22.10
git:
enable: true
github:
Expand Down

0 comments on commit a3f4efb

Please sign in to comment.