Skip to content

Commit

Permalink
Update go from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Aug 23, 2024
1 parent 9795faa commit 00b8e95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
packer-version: 1.10.0
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
go-version: '1.23'
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
golangci:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5.0.2
with:
go-version: 1.22
go-version: '1.23'
- name: Describe plugin
id: plugin_describe
run: echo "api_version=$(go run . describe | jq -r '.api_version')" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
go-version: '1.23'
id: go

- name: Get dependencies
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
go-version: '1.23'
- name: Retrieve cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 00b8e95

Please sign in to comment.