Skip to content

Commit

Permalink
update install go action to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Theel committed May 4, 2022
1 parent b2d9f95 commit 3348765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2.1.3
- name: Setup Go environment
uses: actions/setup-go@v3.0.0
with:
go-version: 1.18
- name: Checkout code
Expand Down

0 comments on commit 3348765

Please sign in to comment.