Skip to content

Commit

Permalink
update the action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liunick-msft committed Apr 9, 2024
1 parent 3804729 commit 5c7de36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
build-project:
strategy:
matrix:
GO_VERSION: [1.21]
GO_VERSION: [1.22.2]
OS_WINDOWS: [windows]
OS_LINUX: [linux]

runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.GO_VERSION }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up version
run: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
GOOS=${{ matrix.OS_LINUX }} GOARCH=amd64 go build -o ./SwitchValidationTool_${{ env.VERSION_TAG }}/${{ matrix.OS_LINUX }}/
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SwitchValidationTool_${{ env.VERSION_TAG }}
path: ./src/SwitchValidationTool_${{ env.VERSION_TAG }}/

0 comments on commit 5c7de36

Please sign in to comment.