Skip to content

Commit

Permalink
Try setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 3, 2024
1 parent 8e7244b commit 27bf5b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
runs-on: ubuntu-latest
environment: main
steps:
- name: Check out changes
uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: "1.23.0"

- name: Azure CLI Login
uses: azure/login@v2
Expand Down

0 comments on commit 27bf5b6

Please sign in to comment.