Skip to content

Commit

Permalink
Merge pull request #158 from guardian/nicl/cache-go-build
Browse files Browse the repository at this point in the history
Cache go deps
  • Loading branch information
nicl authored Mar 31, 2023
2 parents 09aec2b + a52e5ca commit dce5cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.20'
cache-dependency-path: packages/cloudformation-lens/go.sum

- name: Run script/ci
run: ./scripts/ci.sh
Expand Down

0 comments on commit dce5cb5

Please sign in to comment.