Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Jan 28, 2024
1 parent 03a09b3 commit 9027ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@main
with:
go-version: 1.18
go-version: 1.21
-
name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:
env:
# Go language version to use for building. This value should also be updated
# in the release workflow if changed.
GO_VERSION: 1.18
GO_VERSION: 1.21
TASK_VERSION: 3.x

jobs:
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.20.2-bullseye as build
FROM golang:1.21.6-bullseye as build

ADD . /pleco
WORKDIR /pleco
Expand Down

0 comments on commit 9027ab0

Please sign in to comment.