Skip to content

Commit

Permalink
Merge pull request #127 from xmidt-org/automation
Browse files Browse the repository at this point in the history
bump automation versions
  • Loading branch information
kcajmagic authored Apr 8, 2022
2 parents 577abcb + b0083e2 commit 39fe08e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.15.x' # The Go version to download (if necessary) and use.
go-version: '1.18.x' # The Go version to download (if necessary) and use.

# Run build of the application
- name: Run build
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [ 1.15.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]
name: Lint
runs-on: ${{ matrix.os }}
Expand All @@ -64,7 +64,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.33
version: v1.45
# Optional: working directory, useful for monorepos
# working-directory: somedir

Expand Down

0 comments on commit 39fe08e

Please sign in to comment.