Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Apr 19, 2024
1 parent efe01c9 commit 5e3cb48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Build snapshot with GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec ./...
- name: Run Staticcheck
uses: dominikh/staticcheck-action@v1.3.0
uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.3"
version: "2023.1.7"
install-go: false
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
# -
# name: Install Snapcraft
# uses: samuelmeuli/action-snapcraft@v1
# with:
# snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}
-
name: Docker Login
env:
Expand All @@ -30,7 +25,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules/
*.exe
*.test
*.prof
.envrc

0 comments on commit 5e3cb48

Please sign in to comment.