Skip to content

Commit

Permalink
Downgrade the Go version to 1.22 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Nov 26, 2024
1 parent df70240 commit c1b43cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]

steps:
- name: Check out
Expand All @@ -21,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version: 'stable'
cache: true
- name: release
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22', '1.23' ]
go: [ 'oldstable', 'stable' ]

steps:
- name: Check out
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/ykadowak/zerologlint

go 1.23
go 1.22.0

require (
github.com/gostaticanalysis/comment v1.4.2
Expand Down

0 comments on commit c1b43cb

Please sign in to comment.