Skip to content

Commit

Permalink
update auto CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Feb 9, 2024
1 parent 45f3684 commit 10b574e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
name: Auto triggered CI job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20.3
uses: actions/setup-go@v2
- name: Set up Go 1.22.0
uses: actions/setup-go@v3
with:
go-version: 1.20.3
go-version: 1.22.0
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 10b574e

Please sign in to comment.