Skip to content

Commit

Permalink
bump go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Jun 25, 2024
1 parent 9c14c26 commit 31d030a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18.x
go-version: 1.22.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@v2
- run: go install gotest.tools/gotestsum@latest
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
tests: false
go: 1.18
go: 1.22

linters:
enable-all: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.3-bullseye as builder
FROM golang:1.22.4-bookworm as builder

ENV GOPROXY https://proxy.golang.org
WORKDIR /app
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/lets-cli/lets

go 1.18
go 1.22

require (
github.com/codeclysm/extract v2.2.0+incompatible
Expand Down

0 comments on commit 31d030a

Please sign in to comment.