Skip to content

Commit

Permalink
Bump actions/setup-go version
Browse files Browse the repository at this point in the history
This gets rid of some deprecation warnings on Github Actions.
  • Loading branch information
jackc committed Feb 3, 2024
1 parent 7caa448 commit 576b6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 576b6c8

Please sign in to comment.