Skip to content

Commit

Permalink
update CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed May 7, 2024
1 parent d5e4de9 commit 6004cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: set up go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
id: go

- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build and test
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
TZ: "America/Chicago"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest

Expand Down

0 comments on commit 6004cf2

Please sign in to comment.