Skip to content

Commit

Permalink
fix(v1): update go version used in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Nov 15, 2024
1 parent 215fd85 commit f7541a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.21
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
go: ["1.21.x"]
go: ["1.23.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f7541a1

Please sign in to comment.