Skip to content

Commit

Permalink
use go 1.17 on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Dec 8, 2021
1 parent 934fdf3 commit f92090e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit f92090e

Please sign in to comment.