Skip to content

Commit

Permalink
Updates to nightly job (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant authored Oct 31, 2023
1 parent e35b2e1 commit 2947c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-containerd-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.4
go-version: 1.21.3

- name: Create drop folder
run: mkdir -p $GITHUB_WORKSPACE/output/bin
Expand All @@ -37,7 +37,7 @@ jobs:
env:
GOOS: windows
GOARCH: amd64
VERSION: v1.7.0+unknown
VERSION: v2.0.0+unknown
run: |
git clone https://github.com/containerd/containerd.git
cd containerd
Expand Down

0 comments on commit 2947c31

Please sign in to comment.