Skip to content

Commit

Permalink
Merge pull request #662 from ava-labs/bumpCIVersion
Browse files Browse the repository at this point in the history
Bump ci version
  • Loading branch information
Connor Daly authored Mar 2, 2023
2 parents c83be28 + 2831ae3 commit 60bf973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: "1.19"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.49
working-directory: .
args: --timeout 3m
- name: Install license check
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: "1.19"
- name: Set up arm64 cross compiler
run: |
sudo apt-get -y update
Expand Down Expand Up @@ -85,4 +85,3 @@ jobs:
env:
#https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 60bf973

Please sign in to comment.