Skip to content

Commit

Permalink
Update Go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Dec 21, 2023
1 parent 7ce7ccf commit 7a46384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
sudo apt update
sudo apt install -y libgl1-mesa-dev xorg-dev gcc-mingw-w64-x86-64 p7zip
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.6
go-version: 1.21
cache: true

- name: Install Task
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.6
go-version: 1.21
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 7a46384

Please sign in to comment.