Skip to content

Commit

Permalink
Improve itest github action
Browse files Browse the repository at this point in the history
 * upgrade from v2 to actions/setup-go@v3 to accommodate for
   new github runner updates
  • Loading branch information
bernhardreiter authored and s-l-teichmann committed Feb 28, 2023
1 parent 4b76afd commit 47d9ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19.1

Expand Down

0 comments on commit 47d9ecc

Please sign in to comment.