Skip to content

Commit

Permalink
Update deploy-main.yml (#20)
Browse files Browse the repository at this point in the history
Update deploy-main.yml
  • Loading branch information
comeuplater authored Feb 18, 2024
1 parent 67c0c5d commit 18007da
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,19 @@ jobs:

golangci:
name: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
go-version: ${{ matrix.go-version }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
uses: golangci/golangci-lint-action@v4
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.47.2
version: v1.54

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down Expand Up @@ -108,4 +109,4 @@ jobs:
archiJasperReportFormats: PDF,DOCX
archiCsvReportEnabled: false
archiExportModelEnabled: true
githubToken: ${{ secrets.GITHUB_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18007da

Please sign in to comment.