Skip to content

Commit

Permalink
bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 12, 2024
1 parent 1526287 commit e4fc30c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: golangci-lint
strategy:
matrix:
go: ["1.21"]
go: ["1.22"]
permissions:
contents: read
pull-requests: read
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21"]
go: ["1.22"]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
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.21.5 AS builder
FROM golang:1.22 AS builder

COPY . /src
WORKDIR /src
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/ringsaturn/tzf-server

go 1.21
go 1.22.0

require (
github.com/cloudwego/hertz v0.8.0
Expand Down

0 comments on commit e4fc30c

Please sign in to comment.