Skip to content

Commit

Permalink
Update build pipeline to resolve deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Dec 27, 2022
1 parent eb141f7 commit ee05a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.16'
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: make

0 comments on commit ee05a77

Please sign in to comment.