Skip to content

Commit

Permalink
use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoTarijon committed Mar 6, 2024
1 parent 7b652ba commit 30865e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.21
- name: Test GO
run: make 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.22 as builder
FROM golang:1.21 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/quero-edu/loki-rule-operator

go 1.22
go 1.21

require (
github.com/onsi/ginkgo/v2 v2.14.0
Expand Down

0 comments on commit 30865e3

Please sign in to comment.