Skip to content

Commit

Permalink
Chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Dec 26, 2022
1 parent 696021a commit 627f101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: '1.18'
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: |
go mod download
Expand Down

0 comments on commit 627f101

Please sign in to comment.