Skip to content

Commit

Permalink
Merge branch 'master' into garanti-bank-account-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lemiorhan authored Mar 19, 2024
2 parents 3b0fde1 + 8c3649b commit 6c58895
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up Go 1.19
uses: actions/setup-go@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.21.0'
cache: true
cache-dependency-path: go.sum

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

- name: Go Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4

- name: Get dependencies
run: |
Expand Down

0 comments on commit 6c58895

Please sign in to comment.