Skip to content

Commit

Permalink
Update containers version
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Nov 9, 2023
1 parent 6cb7cbd commit 0c0d91c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.1
go-version: 1.21.4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.55.2
6 changes: 3 additions & 3 deletions .github/workflows/tests-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
containers:
- 1.19.13-bullseye
- 1.20.8-bullseye
- 1.21.1-bullseye
- 1.20.11-bullseye
- 1.21.4-bullseye
runs-on: ubuntu-22.04
container: golang:${{matrix.containers}}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.4
- uses: actions/cache@v3
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
matrix:
containers:
- 1.19.13-bullseye
- 1.20.8-bullseye
- 1.21.1-bullseye
- 1.20.11-bullseye
- 1.21.4-bullseye
runs-on: ubuntu-20.04
container: golang:${{ matrix.containers }}
env:
Expand Down

0 comments on commit 0c0d91c

Please sign in to comment.