Skip to content

Commit

Permalink
fix: upgrade to Go 1.22 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin authored May 21, 2024
1 parent f69124b commit 77604a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blocks:
jobs:
- name: Lint
commands:
- sem-version go 1.21
- sem-version go 1.22.3
- checkout
- go install github.com/mgechev/revive@latest
- make lint
Expand Down Expand Up @@ -42,6 +42,7 @@ blocks:
- make check.static
- name: Check docker
commands:
- sem-version go 1.22.3
- make docker.build
- make check.docker
epilogue:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22.3

RUN go install gotest.tools/gotestsum@latest

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/renderedtext/agent-k8s-stack

go 1.21
go 1.22

require (
github.com/go-logr/logr v1.4.1
Expand Down

0 comments on commit 77604a8

Please sign in to comment.