Skip to content

Commit

Permalink
ci: update Go and Staticcheck versions
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Arslan <ftharsln@gmail.com>
  • Loading branch information
fatih committed Feb 22, 2024
1 parent 799c49c commit 51a7bbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
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 51a7bbf

Please sign in to comment.