Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
Signed-off-by: Carlisle Huson <[email protected]>
  • Loading branch information
chuson committed Dec 1, 2023
1 parent 3fd4309 commit 6b49c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
CGO_ENABLED: 0
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: goimports
Expand All @@ -36,9 +36,9 @@ jobs:
needs: [validation]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Set up Docker Buildx
Expand Down

0 comments on commit 6b49c34

Please sign in to comment.