Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Jul 31, 2024
1 parent 1f61e6d commit 13937e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

- name: Set up Go 1.16
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.21

- name: Run Linter
run: make lint
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

- name: Set up Go 1.16
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.21

- name: Run Tests
run: make test

0 comments on commit 13937e9

Please sign in to comment.