Skip to content

Commit

Permalink
Merge pull request #488 from kbdharun/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Apr 8, 2023
2 parents 51fa504 + 4141c4c commit bea931c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get dependencies
run: go get -v -t -d ./...
Expand All @@ -37,4 +37,4 @@ jobs:

- name: Upload coverage to Codecov
if: success() && matrix.os == 'windows-latest'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/golangci.yml
Expand Up @@ -8,10 +8,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18

Expand Down

0 comments on commit bea931c

Please sign in to comment.