Skip to content

Commit

Permalink
run go build as specific user
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent c278a66 commit 4bd49db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: kerberos/base:0a50dc9


options: --user 1001
strategy:
matrix:
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
Expand Down

0 comments on commit 4bd49db

Please sign in to comment.