Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fixed ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
f-marino committed Aug 10, 2022
1 parent f8d79c0 commit 81ed7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
PUSH: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}

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

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
cache: true
cache-dependency-path: go.sum

- name: Checkout code
uses: actions/checkout@v2

- name: Environment
run: |
go version
Expand Down

0 comments on commit 81ed7e3

Please sign in to comment.