Skip to content

Commit

Permalink
bump up version to 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Jun 3, 2024
1 parent 2584d69 commit 5504306
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 @@ -28,7 +28,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.22
cache: false

- name: Unshallow
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Run govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21
go-version-input: 1.22
go-package: ./...
cache: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.22

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v4
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/nekrassov01/alpen

go 1.21
go 1.22.3

require (
github.com/mattn/go-isatty v0.0.20
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const Version = "0.0.21"
const Version = "0.0.22"

var Revision = "HEAD"

0 comments on commit 5504306

Please sign in to comment.