Skip to content

Commit

Permalink
Merge pull request #73 from portainer/feat/go-1.21.3
Browse files Browse the repository at this point in the history
feat: bump go to 1.21.3
  • Loading branch information
deviantony authored Oct 16, 2023
2 parents 05661e0 + 231758f commit 90a2b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- name: "[preparation] checkout the current branch"
uses: actions/[email protected]
- name: "[preparation] set up golang 1.20.4"
- name: "[preparation] set up golang 1.21.3"
uses: actions/[email protected]
with:
go-version: "1.20.4"
go-version: "1.21.3"
cache-dependency-path: ./go.sum
- name: "[preparation] set up qemu"
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 90a2b92

Please sign in to comment.