Skip to content

Commit

Permalink
Merge pull request #222 from fatih/ci-updates
Browse files Browse the repository at this point in the history
ci: update Go and Staticcheck versions
  • Loading branch information
fatih committed Mar 9, 2024
2 parents 799c49c + 51a7bbf commit 8d058ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -2,7 +2,6 @@ name: build
on:
push:
branches:
- master
- main
pull_request:

Expand All @@ -15,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.20.0'
go-version: '>=1.22.0'

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Staticcheck
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1.2"
version: "2023.1.7"
install-go: false

- name: Build
Expand Down

0 comments on commit 8d058ca

Please sign in to comment.