Skip to content

Commit

Permalink
Merge pull request #265 from volterraedge/july2024
Browse files Browse the repository at this point in the history
July 2024 release
  • Loading branch information
SanjeetKr7 authored Aug 20, 2024
2 parents 7e2709c + 3f278b7 commit 9da8802
Show file tree
Hide file tree
Showing 831 changed files with 777,810 additions and 222,905 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
TOKEN: ${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}
USER: ${{ secrets.GITLAB_USERNAME }}
run: git config --global url."https://${USER}:${TOKEN}@gitlab.com".insteadOf "https://gitlab.com"
- name: Install Go 1.19
- name: Install Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: '1.20'
id: go

- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
fetch-depth: 2 # Limit the depth of the Git history fetch
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'
- name: Clean up
run: |
# Remove unnecessary dependencies or cached files
Expand Down
Loading

0 comments on commit 9da8802

Please sign in to comment.