Skip to content

Commit

Permalink
fix Github Action error
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Mar 14, 2024
1 parent b943c60 commit 6e845fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.22'

- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
Expand All @@ -24,7 +24,7 @@ jobs:
needs: [ lint ]
strategy:
matrix:
go-version: [ 1.15.x, 1.16.x, 1.17.x ]
go-version: [ 1.22.x, 1.21.x, 1.20.x, 1.19.x, 1.18.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
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/phith0n/zkar

go 1.16
go 1.18

require (
github.com/kr/pretty v0.1.0 // indirect
Expand Down

0 comments on commit 6e845fe

Please sign in to comment.