Skip to content

Commit

Permalink
fix: update actions go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Fonseca authored and rafatio committed Apr 23, 2024
1 parent d813d00 commit cf2afba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.3
go-version: 1.21.9

- name: Run lint
uses: golangci/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.3
go-version: 1.21.9

- name: Install dependencies
run: sudo apt install make -y
Expand Down

0 comments on commit cf2afba

Please sign in to comment.