Skip to content

Commit

Permalink
Merge pull request #62 from bschaatsbergen/bump-to-go1214
Browse files Browse the repository at this point in the history
chore: bump to go1.21.4
  • Loading branch information
bschaatsbergen committed Dec 1, 2023
2 parents 3b19050 + a8dead1 commit ad783a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yaml
@@ -1,5 +1,5 @@
github-actions:
- '.github/*'
- '.github/**'
- '.goreleaser.yaml'

dependencies:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Expand Up @@ -7,17 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19

go-version-file: go.mod
- name: Generate
run: go generate -v ./...

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/bschaatsbergen/cidr

go 1.19
go 1.21.4

require github.com/spf13/cobra v1.8.0

Expand Down

0 comments on commit ad783a0

Please sign in to comment.