Skip to content

Commit

Permalink
chore(build/test/lint): update golang version. linting is breaking in…
Browse files Browse the repository at this point in the history
… the checks.
  • Loading branch information
Jason Goodwin committed Jan 31, 2024
1 parent 3cd5bf5 commit b5440de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
build:
name: build
env:
GO_VERSION: 1.20.0
GOLANGCI_LINT_VERSION: v1.53
GO_VERSION: 1.21.3
GOLANGCI_LINT_VERSION: v1.55.2
YAEGI_VERSION: v0.15.1
CGO_ENABLED: 0
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Run tests with yaegi
run: ${{ github.workspace }}/go/bin/yaegi test -v github.com/bluecatengineering/traefik-aws-plugin
env:
GOPATH: ${{ github.workspace }}/go
GOPATH: ${{ github.workspace }}/go

0 comments on commit b5440de

Please sign in to comment.