Skip to content

Commit

Permalink
go version stuff. rename workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Jan 18, 2024
1 parent 822b0c4 commit 204ae85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint, Test, Prettier
name: Lint, Test, Format

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.3
go-version: 1.21

- name: Set up Node.js
uses: actions/setup-node@v2
Expand All @@ -36,16 +36,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.21

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

web-prettier:
web-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/astriaorg/eth-faucet

go 1.21.3
go 1.21

require (
github.com/LK4D4/trylock v0.0.0-20191027065348-ff7e133a5c54
Expand Down

0 comments on commit 204ae85

Please sign in to comment.