Skip to content

Commit

Permalink
update: go versions and setup-go GHA version
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
  • Loading branch information
milosgajdos committed Mar 31, 2024
1 parent a47bf4a commit 5b49435
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
matrix:
os: [ ubuntu-latest ]
go:
- '1.20'
- '1.21'
- '1.22'

steps:

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -68,20 +68,20 @@ jobs:
matrix:
os: [ ubuntu-latest ]
go:
- '1.20'
- '1.21'
- '1.22'

steps:

- name: Check out source code
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
version: v1.56

0 comments on commit 5b49435

Please sign in to comment.