Skip to content

Commit

Permalink
build(go): upgrade to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed May 2, 2024
1 parent d423d72 commit c3a4f95
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20', '1.21', '1.22']
go: ['1.21', '1.22']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
run:
modules-download-mode: readonly
timeout: 5m
go: "1.21"
go: "1.22"

output:
print-linter-name: true
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.21.0
golang 1.22.2
golangci-lint 1.57.2
2 changes: 1 addition & 1 deletion examples/contexts/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/eng618/go-eng/examples/contexts

go 1.21
go 1.22
2 changes: 1 addition & 1 deletion examples/generics/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/eng618/go-eng/examples/generics

go 1.21
go 1.22
2 changes: 1 addition & 1 deletion examples/web-service-gin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/eng618/go-eng/examples/web-service-git

go 1.21
go 1.22

require github.com/gin-gonic/gin v1.9.1

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/eng618/go-eng

go 1.21
go 1.22
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.22

use (
.
Expand Down

0 comments on commit c3a4f95

Please sign in to comment.