Skip to content

Commit

Permalink
fix build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jun 3, 2023
1 parent 403366e commit 8d958b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup golang
id: setup-go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.20'

- name: Cache golang
id: cache-golang
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 8d958b6

Please sign in to comment.