Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth authored Feb 20, 2024
1 parent ca95490 commit d8474d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
id: date
run: 'echo "BUILD_DATE=`date +%FT%T%z`" >> $GITHUB_ENV'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout

- name: Setup Go
id: setup
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.19.9'

- name: Go Linter
id: linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.48.0
args: '--deadline 10m'
Expand Down

0 comments on commit d8474d5

Please sign in to comment.