Skip to content

Commit

Permalink
use latest staticcheck (#40)
Browse files Browse the repository at this point in the history
* use latest staticcheck

* use go 1.20

* use staticcheck github action 1.3.0
  • Loading branch information
shawnps committed Feb 14, 2023
1 parent 3a0d7da commit 1ab35b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.20
id: go

- name: Check out code into the Go module directory
Expand All @@ -23,6 +23,6 @@ jobs:
GOBIN=$PWD/bin make lint
- name: Staticcheck
uses: dominikh/staticcheck-action@v1.2.0
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.1"
version: "2023.1"
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/signalsciences/go-sigsci

go 1.19
go 1.20

0 comments on commit 1ab35b8

Please sign in to comment.