Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
halacs committed Apr 4, 2024
1 parent c11a6e5 commit d69d18f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21.4' ]
go-version: [ '1.22.1' ]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test
run: go test
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
# skip-build-cache: true

# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
# install-mode: "goinstall"
# install-mode: "goinstall"
Empty file modified .github/workflows/gosec.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/release.yml
100755 → 100644
Empty file.

0 comments on commit d69d18f

Please sign in to comment.