Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 29, 2024
1 parent 7433efe commit fe56733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
cache: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ jobs:
- name: Install Go 🧑‍💻
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Lint code issues 🚨
uses: golangci/golangci-lint-action@v4
with:
version: "v1.57"
skip-pkg-cache: true
install-mode: "goinstall"
uses: golangci/golangci-lint-action@v3

- name: Run tests 🧪
run: go test -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./...
Expand Down

0 comments on commit fe56733

Please sign in to comment.