Skip to content

Commit

Permalink
Merge pull request #191 from fatih/update-ci-deps
Browse files Browse the repository at this point in the history
ci: update dependencies
  • Loading branch information
fatih committed Mar 12, 2023
2 parents d080a5b + 3228f5a commit 66a1b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '>=1.20.0'

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

- name: Build
Expand Down

0 comments on commit 66a1b89

Please sign in to comment.