Skip to content

Commit

Permalink
Remove appveyor integration and update CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akrylysov committed Jan 4, 2025
1 parent 523613e commit d0f90ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build GOARCH=386
if: ${{ matrix.os != 'macos-latest' }}
env:
Expand All @@ -23,4 +23,4 @@ jobs:
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' }}
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v5
15 changes: 0 additions & 15 deletions appveyor.yml

This file was deleted.

0 comments on commit d0f90ae

Please sign in to comment.