Skip to content

Commit

Permalink
build: update ci items
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Feb 6, 2024
1 parent 3dc6de6 commit fa732de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1
version: v1.55.2
skip-cache: true
run-copywrite:
runs-on:
Expand All @@ -28,12 +28,12 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-13
- macos-14
- windows-2022
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- name: Run Go Test
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/shoenig/go-landlock

go 1.21

toolchain go1.21.3

require (
github.com/hashicorp/go-set/v2 v2.1.0
github.com/shoenig/test v1.7.0
Expand Down

0 comments on commit fa732de

Please sign in to comment.